Skip to content

Commit

Permalink
point upgrade to selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Oct 30, 2024
1 parent 1e6b655 commit ca6af3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapter_01.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ $ pass:quotes[*python functional_tests.py*]
Traceback (most recent call last):
File "...goat-book/functional_tests.py", line 4, in <module>
browser.get("http://localhost:8000")
File ".../selenium/webdriver/remote/webdriver.py", line 363, in get
File ".../selenium/webdriver/remote/webdriver.py", line 389, in get
self.execute(Command.GET, {"url": url})
File ".../selenium/webdriver/remote/webdriver.py", line 354, in execute
File ".../selenium/webdriver/remote/webdriver.py", line 380, in execute
self.error_handler.check_response(response)
File ".../selenium/webdriver/remote/errorhandler.py", line 229, in
check_response
Expand Down
2 changes: 1 addition & 1 deletion pre-requisite-installations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Collecting selenium
Downloading selenium-4.24.0-py3-none-any.whl (6.5 MB)
---------------------------------------- 6.5/6.5 MB 6.3 MB/s eta 0:00:00
Installing collected packages: django, selenium
Successfully installed [...] django-5.1.1 [...] selenium-4.24.0 [...]
Successfully installed [...] django-5.1.2 [...] selenium-4.26.0 [...]
----
// CSANAD: The output of the pip installation include the dependencies as well, maybe this way
// it would better illustrate that?
Expand Down

0 comments on commit ca6af3b

Please sign in to comment.