Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc88c41

Browse files
author
Baiju Muthukadan
committed
Merge pull request baijum#13 from avances123/patch-1
typo in By.ID
2 parents 5607afe + dcf7765 commit fc88c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/waits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ own utility package for them.
8383
from selenium.webdriver.support import expected_conditions as EC
8484

8585
wait = WebDriverWait(driver, 10)
86-
element = wait.until(EC.element_to_be_clickable((By.Id,'someid')))
86+
element = wait.until(EC.element_to_be_clickable((By.ID,'someid')))
8787

8888
The expected_conditions module contains a set of predefined conditions
8989
to use with WebDriverWait.

0 commit comments

Comments
 (0)