Skip to content

Releases: stevepryde/thirtyfour

v0.4.2

09 Feb 06:22

Choose a tag to compare

  • Add web app to project for testing
  • Add doctests to cover all action_chains methods

v0.4.1

09 Feb 06:22

Choose a tag to compare

Add doc tests

v0.4.0

26 Jan 13:58

Choose a tag to compare

  • Fixed documentation bug from v0.3.4
  • Updated version to 0.4.0 due to the large number of fixes since 0.3.3

v0.3.4

26 Jan 13:30

Choose a tag to compare

  • Added unit tests to WebDriver, WebElement, Alert, and ActionChain
  • Added Travis-CI build
  • Added empty JSON payload to all POST requests
  • Various bugfixes

v0.3.3

31 Dec 11:17

Choose a tag to compare

  • Minor documentation update

v0.3.2

31 Dec 11:04

Choose a tag to compare

  • Update documentation

v0.3.1

31 Dec 10:26

Choose a tag to compare

  • Update to Tokio 0.2
  • Update to reqwest 0.10.0
  • Formatting and clippy fixes (thanks @vorot93 !)

v0.3.0

24 Dec 07:29

Choose a tag to compare

  • Add DesiredCapabilities struct
  • Wrap Actions in struct

v0.2.5

24 Dec 07:29

Choose a tag to compare

  • Update license
  • Add Alert and SwitchTo support
  • Update TypingData to improve ergonomics

v0.2.4

18 Dec 12:13

Choose a tag to compare

  • Add documentation
  • Refactor some imports