Open jeremydmiller opened 11 years ago
Today this method will blow up if the element isn't found, completely negating its value.
Use FindElements(By).Any() instead of FindElement(By) != null
Today this method will blow up if the element isn't found, completely negating its value.
Use FindElements(By).Any() instead of FindElement(By) != null