Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created October 23, 2019 14:51
Show Gist options
  • Save muditlambda/15ac6dd4689ae8ed85779e0317756ddb to your computer and use it in GitHub Desktop.
Save muditlambda/15ac6dd4689ae8ed85779e0317756ddb to your computer and use it in GitHub Desktop.
WebElement heightPasswordBox = driver.findElement(withTagName("input")
.below(heightUserBox));
heightPasswordBox.sendKeys("password");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment