Mobile Automation Testing Interview Questions And Answers
26. : Can you tell me usage of findElements() method? Answer : We can use findElements() method to get the list of elements from page. Example : Supposing there are 5 buttons on page with same class name. In this case, We can use findElements() method and provide reference of class name in xpath(Example : … Read more