Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created September 23, 2020 16:04
Show Gist options
  • Select an option

  • Save seleniumgists/34a2b432ea745b60d8d3d73f54974604 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/34a2b432ea745b60d8d3d73f54974604 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
driver.findElement(By.cssSelector(".menu-btn.btn")).click()```
becomes
```self.click(".menu-btn.btn")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment