File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
- # Selenium
1
+ # Selenium
2
2
3
3
[ ![ Python workflow] ( https://github.com/SeleniumHQ/selenium/workflows/Python%20workflow/badge.svg )] ( https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Python+workflow%22 )
4
4
[ ![ Ruby workflow] ( https://github.com/SeleniumHQ/selenium/workflows/Ruby%20workflow/badge.svg )] ( https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Ruby+workflow%22 )
@@ -49,7 +49,6 @@ before submitting your pull requests.
49
49
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
50
50
* [ Python 3.7+] ( https://www.python.org/downloads/ )
51
51
* ` python ` on the PATH
52
- * [ The Requests Library] ( http://python-requests.org ) for Python: ` pip install requests `
53
52
* [ The tox automation project] ( http://tox.readthedocs.org/ ) for Python: ` pip install tox `
54
53
* MacOS users should have the latest version of Xcode installed, including the command-line tools.
55
54
The following command should work:
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ before_test:
21
21
- ruby -v
22
22
- gem -v
23
23
- bundle -v
24
- - pip install requests
25
24
- chromedriver.exe --version
26
25
- geckodriver.exe --version
27
26
- IEDriverServer.exe --version
You can’t perform that action at this time.
0 commit comments