WebDriver is not clicking on all buttons. | Selenium Forum
M
Posted on 19/12/2015
I have a List<WebElements> containing 5 'Buy' buttons. WebDriver is skipping the first 'Buy' button. Ran a println and it shows all 5 buy buttons being found by WebDriver.
I have tried switching buttons, I have included explicit wait also but nothing is helping. Anyone has any clues?

M
Replied on 20/12/2015

[color=#FF0000:ed7und4d]list.get(1).getText();[/color:ed7und4d] what is this code getting?