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

Skip to content

Commit 0e64cdf

Browse files
updated the import statement (baijum#109)
1 parent eda1ecc commit 0e64cdf

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
@@ -31,7 +31,7 @@ is one way this can be accomplished.
3131

3232
from selenium import webdriver
3333
from selenium.webdriver.common.by import By
34-
from selenium.webdriver.support.ui import WebDriverWait
34+
from selenium.webdriver.support.wait import WebDriverWait
3535
from selenium.webdriver.support import expected_conditions as EC
3636

3737
driver = webdriver.Firefox()

0 commit comments

Comments
 (0)