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 df7568f + 977c823 commit 1ce655fCopy full SHA for 1ce655f
source/page-objects.rst
@@ -34,7 +34,7 @@ and ensure some results are found.
34
35
def setUp(self):
36
self.driver = webdriver.Firefox()
37
- driver.get("http://www.python.org")
+ self.driver.get("http://www.python.org")
38
39
def test_search_in_python_org(self):
40
main_page = page.MainPage(self.driver)
0 commit comments