Skip to content

Instantly share code, notes, and snippets.

@brobles82
Created January 28, 2020 23:08
Show Gist options
  • Save brobles82/63986d5161f9e149e9208b2acd4a344a to your computer and use it in GitHub Desktop.
Save brobles82/63986d5161f9e149e9208b2acd4a344a to your computer and use it in GitHub Desktop.
basic relative locator
driver.findElement(withTagName("input")
.toRightOf(By.tagName("button")))
.sendKeys("hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment