nightwatchjs / nightwatch-docs

Source for https://nightwatchjs.org website
https://nightwatchjs.org
MIT License
95 stars 193 forks source link

Unable to select identical elements using Xpath/CSS #95

Open abu-wizata opened 5 years ago

abu-wizata commented 5 years ago

Xpath indexed selectors eg. //form/input[2] and CSS index selectors eg. input:nth-of-type(2) are unable to find any element when used in functions such as .waitForElementVisible() etc etc.

satheesh6789 commented 4 years ago

@abu-wizata can you try elements function or execute function.