Created
June 2, 2022 09:41
-
-
Save BenjaminLaschkar/b7c160d12b31363e459a531ca94f3644 to your computer and use it in GitHub Desktop.
MultiplicationTests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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