Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created December 3, 2018 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seleniumgists/8999427efe7cab26d760310e350fd144 to your computer and use it in GitHub Desktop.
Save seleniumgists/8999427efe7cab26d760310e350fd144 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
class UsernameField(PageComponent):
_locator = (
By.ID,
"username",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment