Skip to content

Commit 3c6a69a

Browse files
committed
update python documentation for using grid by pointing to selenium.dev
1 parent 6b47c13 commit 3c6a69a

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

py/docs/source/index.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,15 @@ Selenium WebDriver is often used as a basis for testing web applications. Here
119119
if __name__ == '__main__':
120120
unittest.main(verbosity=2)
121121
122-
Selenium Server (optional)
122+
Selenium Grid (optional)
123123
==========================
124124

125-
For normal WebDriver scripts (non-Remote), the Java server is not needed.
125+
For local Selenium scripts, the Java server is not needed.
126126

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/
128129

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
136131

137132
Use The Source Luke!
138133
====================

0 commit comments

Comments
 (0)