appium_driver 0.0.6
appium_driver: ^0.0.6 copied to clipboard
An Appium binding for Dart. Support WebDriver W3C spec inheriting webdriver.dart.
[Unreleased] #
- Add device lock related commands:
driver.device.*
- Add device system time command:
driver.device.getSystemTime()
- Add device shake command:
driver.device.shake()
- Add keyboard commands:
driver.keyboard.isShown()
anddriver.keyboard.hide()
- Add keycode commands:
driver.device.pressKeycode
anddriver.device.longPressKeycode
- Add element commands:
element.displayed
,element.replaceValue
,element.setImmediateValue
- Add settings commands:
driver.settings.update
,driver.settings.get
[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