From 1c349e6f6c58b3c984b2389e5e99d9795e13f129 Mon Sep 17 00:00:00 2001 From: kkamara Date: Sun, 17 Mar 2024 14:03:21 +0000 Subject: [PATCH] Add documentation for Selenium Grid CLI options --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 75859b5..317326f 100644 --- a/readme.md +++ b/readme.md @@ -81,6 +81,8 @@ Run the following in a new terminal. java -jar selenium-server-4.18.1.jar standalone --override-max-sessions true --max-sessions 10 ``` +[CLI options in the Selenium Grid](https://www.selenium.dev/documentation/grid/configuration/cli_options/). + ## Usage Update the command at [./app/Console/Commands/BrowserScrape.php](https://raw.githubusercontent.com/kkamara/php-scraper/develop/app/Console/Commands/BrowserScrape.php)