BSD-3-Clause licensed by Tom McLaughlin
Maintained by [email protected]
This version can be pinned in stack with:sandwich-webdriver-0.3.0.0@sha256:2100ed8d868dc58b9ff69f5b302dd6426d59fb73843b21e6c8d13bd5ef4a4bfb,5644

Please see the documentation.

Changes

Changelog for sandwich-webdriver

Unreleased

0.3.0.0

  • BREAKING CHANGE: switch most monads away from using MonadBaseControl IO and switch to MonadUnliftIO. We also remove MonadThrow constraints, relying only on MonadIO for throwing exceptions.
  • Fix window positioning commands to use window.devicePixelRatio.
  • Add support for introducing Selenium dependencies using Nix with sandwich-contexts.
  • Improve Haddocks and simplify module structure.
  • Export getDownloadDirectory accessor for WebDriver.
  • Be able to obtain dependencies like ffmpeg and Xvfb on demand.
  • Clean up dependencies and fix some warnings on MacOS and Windows.
  • Be able to pass a custom Firefox profile in Capabilities.
  • Remove hoistExample helper which didn’t belong in this package.
  • Support video recording flags --error-videos/--individual-videos.

0.2.3.1

  • Binary fetching: don’t create the toolsRoot directory unless necessary.
  • Binary fetching: use logging instead of stdout/stderr so it doesn’t mess up the TUI interface.

0.2.3.0

  • When autodetecting Chrome, look for google-chrome-stable as well as google-chrome. (It’s found on NixOS.)
  • Be able to detect chrome/chromedriver for versions >= 115, with the new Google JSON API.

0.2.2.0

  • Fix browser path calculation in addCommandLineOptionsToWdOptions.

0.2.1.0

0.2.0.0

  • Fix the obtainChromeDriver function now that the zip files contain multiple files. This added a MonadMask constraint to the function so it’s a major version bump.

0.1.2.0

  • Be able to control download directory.
  • Add flags to control Selenium paths: --selenium-jar, --chrome-binary, --chromedriver-binary, --firefox-binary, --geckodriver-binary.

0.1.1.0

  • Windows support.

0.1.0.6

  • Remove X11 dependency and replace with per-platform code to get screen resolution.

0.1.0.5

  • Getting documentation sorted out.