Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5607afe + dcf7765 commit fc88c41Copy full SHA for fc88c41
source/waits.rst
@@ -83,7 +83,7 @@ own utility package for them.
83
from selenium.webdriver.support import expected_conditions as EC
84
85
wait = WebDriverWait(driver, 10)
86
- element = wait.until(EC.element_to_be_clickable((By.Id,'someid')))
+ element = wait.until(EC.element_to_be_clickable((By.ID,'someid')))
87
88
The expected_conditions module contains a set of predefined conditions
89
to use with WebDriverWait.
0 commit comments