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

Skip to content

Commit 1ce655f

Browse files
committed
Merge pull request baijum#36 from bschwagg/patch-1
Allow python test to run with webdriver.Chrome()
2 parents df7568f + 977c823 commit 1ce655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/page-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and ensure some results are found.
3434

3535
def setUp(self):
3636
self.driver = webdriver.Firefox()
37-
driver.get("http://www.python.org")
37+
self.driver.get("http://www.python.org")
3838

3939
def test_search_in_python_org(self):
4040
main_page = page.MainPage(self.driver)

0 commit comments

Comments
 (0)