appium_driver 0.0.5
appium_driver: ^0.0.5 copied to clipboard
An Appium binding for Dart. Support WebDriver W3C spec inheriting webdriver.dart.
[Unreleased] #
0.0.5 - 2019-06-22 #
- Add context related commands:
driver.contexts.* - Add app state related commands:
driver.appState.* - Add app management commands:
driver.app.*- e.g. install, terminate
- Add IME related commands:
driver.ime.*
0.0.4 - 2019-06-19 #
- Add
driver.contexts.getAvailableContexts() - Add
driver.appState.get('com.apple.mobilesafari'))
0.0.3 - 2019-06-03 #
- Add an example
0.0.2 - 2019-06-03 #
- Apply formatter
0.0.1 - 2019-06-02 #
- initial release