File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,15 @@ Selenium WebDriver is often used as a basis for testing web applications. Here
119
119
if __name__ == ' __main__' :
120
120
unittest.main(verbosity = 2 )
121
121
122
- Selenium Server (optional)
122
+ Selenium Grid (optional)
123
123
==========================
124
124
125
- For normal WebDriver scripts (non-Remote) , the Java server is not needed.
125
+ For local Selenium scripts, the Java server is not needed.
126
126
127
- However, to use Selenium Webdriver Remote , you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE).
127
+ To use Selenium remotely, you need to also run the Selenium grid.
128
+ For information on running Selenium Grid: https://www.selenium.dev/documentation/grid/getting_started/
128
129
129
- Download the server separately, from: https://www.selenium.dev/downloads/
130
-
131
- Run the server from the command line::
132
-
133
- java -jar selenium-server-4.15.0.jar
134
-
135
- Then run your Python client scripts.
130
+ To use Remote WebDriver see: https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/?tab=python
136
131
137
132
Use The Source Luke!
138
133
====================
You can’t perform that action at this time.
0 commit comments