Skip to content

Commit

Permalink
chore: add update to clientbuilder doc (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud authored Dec 15, 2024
1 parent dd5d670 commit c8c7f38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ mod session;
/// [`rustls`](ClientBuilder::rustls) (depending on your preference) to start the builder. If you
/// want to supply your own connector, use [`new`](ClientBuilder::new).
///
/// Note: [`geckodriver`](https://github.com/mozilla/geckodriver) does not support multiple
/// simultaneous instances. When using geckodriver, ensure you:
///
/// - Run only one webdriver instance at a time
/// - Explicitly close the webdriver session after use, even if an error occurs
///
/// To run multiple webdriver instances use
/// [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads).
///
/// To connect to the WebDriver instance, call [`connect`](ClientBuilder::connect).
///
/// [builder]: https://rust-lang.github.io/api-guidelines/type-safety.html#c-builder
Expand Down

0 comments on commit c8c7f38

Please sign in to comment.