Releases: Vrtgs/thirtyfour
Releases · Vrtgs/thirtyfour
v0.3.4
- 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
- Minor documentation update
v0.3.2
- Update documentation
v0.3.1
v0.3.0
- Add DesiredCapabilities struct
- Wrap Actions in struct
v0.2.5
- Update license
- Add Alert and SwitchTo support
- Update TypingData to improve ergonomics
v0.2.4
- Add documentation
- Refactor some imports
v0.2.3
- Added cookie support
- Added screenshot support
- Added get_window_rect / set_window_rect
- Updated readme
v0.2.2
- Added ActionChains
v0.2.1
Implemented WebElement (both sync and async)
Updated unit tests