There is a block Ui which covers all the elements for a few seconds after the Element have been generated in the browser because of this i facing a problem ,Since element ha
Here's the code I use to check if it's clickable, else go to another URL.
if (logOutLink.Exists() && ExpectedConditions.ElementToBeClickable(logOutLink).Equals(true)) { logOutLink.Click(); } else { Browser.Goto("/"); }