October 2018
Intermediate to advanced
192 pages
5h 12m
English
It's about time to discuss the other location techniques in Selenium WebDriver 3
The ones that we will be discussing are:
The best way to explain these is by giving an example for each. For this, we will be creating a custom web page in HTML:
<html> <body> <p> First Name: <input type=text id=fid/> </p> <p> Last Name: <input type=text name=lname/> </p> </body></html>
It's time to see the ByIdOrName locator.
Read now
Unlock full access