1)I am doing a tutorial to show how findElements By xpath works. I would like to know why it returns all the texts that following the element with a
element with a
Instead of
css=#container
use
css=div.container:nth-of-type(1),css=div.container:nth-of-type(2)