Questionsforum
What is difference between findByElement() and findByElements() ?

What is difference between findByElement() and findByElements() ?



On 2014-06-13 06:42:28.0
brajeshkumar


In Selenium Automation findElement() is used to return a single element by.name, by.xpath, by.id etc. findElements() is used to return multiple element in one page.



On 2014-06-15 03:03:43.0
Pritam

copyright@questionsforum.net