From 9f4e9e59c9e8e8da7fc4bdfa0ceb32902609d56e Mon Sep 17 00:00:00 2001 From: Paul Palmieri Date: Tue, 21 May 2024 15:53:20 +0200 Subject: [PATCH] Fix spellcheck CI failure --- .github/lavague-dic.txt | 2 ++ docs/docs/modules/driver.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/lavague-dic.txt b/.github/lavague-dic.txt index 3b920dbb..c403b4e3 100644 --- a/.github/lavague-dic.txt +++ b/.github/lavague-dic.txt @@ -85,3 +85,5 @@ LeCun's webpage WaveHunter viewport +UI +dir diff --git a/docs/docs/modules/driver.md b/docs/docs/modules/driver.md index bfa2761c..276a35fd 100644 --- a/docs/docs/modules/driver.md +++ b/docs/docs/modules/driver.md @@ -12,7 +12,7 @@ At the moment, our Driver only supports Selenium Web Drivers. By default, it sta - **headless** (`bool` optional): hide/show the browser UI. `False` by default. - **user_data_dir** (`str` optional): start Chrome from an existing profile. -Provide the path to your chrome sessions to start Chrome with your profile. Leave it empty to start a fresh Chrome session everytime. This helps not having to log in to your sites everytime, or mitigate bot protection. +Provide the path to your chrome sessions to start Chrome with your profile. Leave it empty to start a fresh Chrome session. This helps not having to log in to your sites each time you start a new agent, or mitigate bot protection. - **debug_address** (`str` optional): bind to an already running Chrome instance (has to be in debug mode)