github seleniumbase/SeleniumBase v1.33.9
Add option to reuse browser session between tests

latest releases: v4.31.4, v4.31.3, v4.31.2...
4 years ago

Add an option to reuse the browser session between tests

  • Usage:
    --reuse_session or --reuse-session
    This will keep the main browser window open between pytest tests so that the Selenium session can be shared from one test to another. (This feature may be useful in some cases, such as tests that require logging in every time: With this feature enabled, SeleniumBase tests would only need to login once, because the session would be kept into the next test.)

  • Also update some Python dependencies:
    setuptools, certifi, pygments, tqdm

  • Also update default timeout values when using the SeleniumBase Selenium Grid.

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.