Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Releases: sclevine/agouti

v3.0.0

04 Mar 03:03
Compare
Choose a tag to compare

This release includes miscellaneous features from PRs including Appium support, GeckoDriver support, and a number of bug fixes.

The major version bump is only to deprecate the vN-latest tags and switch to semver. It does not correspond to breaking changes in the API.

Agouti 2.0

18 Feb 21:26
Compare
Choose a tag to compare

Agouti 2.0 is more Gopher-friendly than the last release. The agouti/core package was deprecated in favor of just importing (and not dot-importing!) the agouti package. The agouti/core package will stick around for the time being, but will eventually be removed. New features include full support for switching between windows and frames, support for reading JavaScript (and other) logs, as well as support for selecting buttons by their text. The new agouti/api package permits direct communication with the WebDriver by acting as a wrapper-client for the WebDriver Wire Protocol. Agouti 2.0 also includes improved godoc and numerous bug fixes.

First official release of Agouti

03 Nov 00:08
Compare
Choose a tag to compare

Any breaking changes to the API will start v2.0. The v1-latest tag will track non-breaking changes.