Skip to content

Instantly share code, notes, and snippets.

@BenjaminLaschkar
Created June 2, 2022 09:41
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 BenjaminLaschkar/b7c160d12b31363e459a531ca94f3644 to your computer and use it in GitHub Desktop.
Save BenjaminLaschkar/b7c160d12b31363e459a531ca94f3644 to your computer and use it in GitHub Desktop.
MultiplicationTests.kt
driver.findElement(By.id(DIGIT_5)).click()
driver.findElement(By.id(MULTIPLICATION)).click()
driver.findElement(By.id(DIGIT_8)).click()
driver.findElement(By.id(EQUAL)).click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment