January 2018
Beginner to intermediate
354 pages
7h 59m
English
If all those locator types fail to yield a unique locator, then the user can use a CSS locator. The inspector can derive the CSS locator for the user, and in this case, it would be:
@FindBy(css = "input#identifierId")protected M email;or@FindBy(css = "input[id='identifierId']")protected M email;
Read now
Unlock full access