You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* swipe proffers use of delta_x, delta_y instead of end_x, end_y which are marked as deprecated
* stylistic compliance
* support for xcuitest backend driver
* cleaned up dependencies a little
* fixes for page command
* fix rubocop offences
* first passsupport both XCUITest and UIAutomation automationName
* some xpath query fixes
* fix more rubocop offences
* rspec tests can target UIAutomation and XCUITest backends
* rubocop fix
* replace uiautomation SearchContext
* XCUITest => xcuitest
* use downcase to ensure XCUITest => ucuitest
`UICatalog6.1` is from [appium/appium](https://github.com/appium/appium/blob/master/assets/UICatalog6.1.app.zip)
14
14
15
-
The tests are now run against `iPhone 6 Simulator 9.3 (12F69)`
15
+
There are two backend drivers available for iOS (automationName). UIAutomation which is supported up-to iOS 9.3 and XCUITest which is supported from 10.0 on. UIAutomation is deprecated but will continue to be supported for the time being.
16
16
17
+
By default, the tests are now run against `iPhone 6 Simulator 10.1 (14A345)`
17
18
#### Documentation
18
19
19
20
-[Installing Appium on OS X](https://github.com/appium/ruby_console/blob/master/osx.md)
0 commit comments