Skip to content

Data privacy and sharing #2227

Answered by mdmintz
McFly0101 asked this question in Q&A
Oct 31, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, If you already have a driver that matches your browser (eg. chromedriver 118 for Chrome 118), then no calls are made.

So assuming you already have your matching driver and you've already cloned/installed SeleniumBase, you can disconnect your internet connection and run the offline tests from this folder: SeleniumBase/examples/offline_examples.

Additionally, there's a pytest command-line option: --driver-version="keep", that you can use to keep using your existing chromedriver, even if it doesn't match your Chrome version. (Eg. If you have chromedriver 115 and Chrome 118, then using --driver-version="keep" means no driver will be downloaded.)

When drivers are downloaded automatically, …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@McFly0101
Comment options

Answer selected by mdmintz
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants