Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created May 28, 2020 08:55
Show Gist options
  • Save angelovstanton/f5041ae73e5a9693fcfbdf347c4e24c3 to your computer and use it in GitHub Desktop.
Save angelovstanton/f5041ae73e5a9693fcfbdf347c4e24c3 to your computer and use it in GitHub Desktop.
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