Skip to content

1.11.0

Compare
Choose a tag to compare
@ctrevarthen ctrevarthen released this 09 May 13:52

Added Web Support:

  • Adds support for web into the Device class by checking for the web driver settings.
  • Adds a web repository to the Finder class and a findContainer function.
  • Adds basic web support into the Button and TextField classes.
  • Creates a new package called component to hold an abstract factory architecture that explicitly defines functionality for certain types of ui elements. This is to support a page object automation architecture without needing to check platform in the client code.