All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Ladon::Watir::BrowserAutomation
to represent an automation that uses a browser.- Supports both local and remote (Selenium grid) browsers.
#screenshot
method to record a screenshot in the result.
Ladon::Watir::Browser
to represent the browser itself.- Using
watir
6.0+.
- Using
Ladon::Watir::PageObjectState
to represent a page in a web application.- Using
page-object
2.0+. - Supports accessors defined at both the class and "instance" (singleton class) level
- Using
Ladon::Watir::WebAppFiniteStateMachine
to represent the web application.