I'm trying to perform a click action on the "sign out" link on Gmail but my console keep saying that it's unable to locate the element. Below is my code.Thank you!
@FindBy(linkText="Sign out")
WebElement logoutLink;
This is the HTML:
And this is the WebElement: