Created
May 28, 2020 08:55
-
-
Save angelovstanton/f5041ae73e5a9693fcfbdf347c4e24c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IWebElement imageTitle = _driver.FindElement(By.XPath("//h2[text()='Falcon 9']")); | |
IWebElement falconSalesButton = _driver.FindElement(RelativeBy.WithTagName("span").Below(imageTitle)); | |
falconSalesButton.Click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment