Skip to content

Commit

Permalink
update python documentation for using grid by pointing to selenium.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 6, 2023
1 parent 6b47c13 commit 3c6a69a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,15 @@ Selenium WebDriver is often used as a basis for testing web applications. Here
if __name__ == '__main__':
unittest.main(verbosity=2)
Selenium Server (optional)
Selenium Grid (optional)
==========================

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

However, to use Selenium Webdriver Remote , you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE).
To use Selenium remotely, you need to also run the Selenium grid.
For information on running Selenium Grid: https://www.selenium.dev/documentation/grid/getting_started/

Download the server separately, from: https://www.selenium.dev/downloads/

Run the server from the command line::

java -jar selenium-server-4.15.0.jar

Then run your Python client scripts.
To use Remote WebDriver see: https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/?tab=python

Use The Source Luke!
====================
Expand Down

0 comments on commit 3c6a69a

Please sign in to comment.