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.
1 parent a83eaa6 commit 9438731Copy full SHA for 9438731
chapter_01.asciidoc
@@ -108,9 +108,9 @@ $ pass:quotes[*python functional_tests.py*]
108
Traceback (most recent call last):
109
File "...goat-book/functional_tests.py", line 4, in <module>
110
browser.get("http://localhost:8000")
111
- File ".../selenium/webdriver/remote/webdriver.py", line 356, in get
+ File ".../selenium/webdriver/remote/webdriver.py", line 363, in get
112
self.execute(Command.GET, {"url": url})
113
- File ".../selenium/webdriver/remote/webdriver.py", line 347, in execute
+ File ".../selenium/webdriver/remote/webdriver.py", line 354, in execute
114
self.error_handler.check_response(response)
115
File ".../selenium/webdriver/remote/errorhandler.py", line 229, in
116
check_response
0 commit comments