Skip to content

Commit

Permalink
Fix spellcheck CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpalmieri committed May 21, 2024
1 parent 74555e3 commit 9f4e9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/lavague-dic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ LeCun's
webpage
WaveHunter
viewport
UI
dir
2 changes: 1 addition & 1 deletion docs/docs/modules/driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9f4e9e5

Please sign in to comment.