Self-test questions
What is the best call to find multiple elements using XPath?
findElementByXpath
findElementsByXPath
findElementByCssSelector
What is the best call to an element using CSS selectors to find an element by using only the class name?
findElementById
findElementsByCssSelector
findElementByClassName
Will a
findElements
type call throw aNoSuchElementException
when it can't find the element?What is the difference between an explicit wait and an implicit wait?