Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Dec 15, 2024
1 parent ee1a2bb commit cdbe647
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,14 @@ 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:
/// 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 run multiple webdriver instances use
/// [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads).
///
/// To connect to the WebDriver instance, call [`connect`](ClientBuilder::connect).
///
Expand Down

0 comments on commit cdbe647

Please sign in to comment.