Click is skipping a child element on a dropdown menu
问题 Only the first child is ok, second is never clicked, the 3rd option is clicked but changed into the first option too quick that it doesn´t have time to get the URL. Tried to increase pauses and waiting times but it didn´t work. module.exports = { 'Language Selection': function(browser) { const homePage = browser.page.language(); var j = 0; for (var i in homePage.elements) { homePage .navigate() .waitForElementVisible('#azercell_language_selector', 2000) .click('#azercell_language_selector');