Skip to content

Commit

Permalink
updated the import statement (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarjatin336 authored Nov 11, 2022
1 parent eda1ecc commit 0e64cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/waits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ is one way this can be accomplished.

from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC

driver = webdriver.Firefox()
Expand Down

0 comments on commit 0e64cdf

Please sign in to comment.