I canโt find the best way to find multiple items on the page.
He always finds one, but what if I test to see how many specific elements are present after some action?
findElement() // always returns 1 element findElements(By.className('someClass')) // always returns 1 element
javascript selenium testing selenium-webdriver integration
volk
source share