Skip to content

REQUIRED_VERSION_XCUITEST #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
beanqueen opened this issue Jan 11, 2017 · 2 comments
Closed

REQUIRED_VERSION_XCUITEST #463

beanqueen opened this issue Jan 11, 2017 · 2 comments
Milestone

Comments

@beanqueen
Copy link

beanqueen commented Jan 11, 2017

in lib/appium_lib/driver.rb

maybe change
@appium_server_version['build']['version'] <= REQUIRED_VERSION_XCUITEST
to
@appium_server_version['build']['version'] < REQUIRED_VERSION_XCUITEST
and fail with
"XCUITest requires Appium version >= #{REQUIRED_VERSION_XCUITEST}"

@KazuCocoa
Copy link
Member

oops, thanks!

@KazuCocoa KazuCocoa added this to the v9.2.1 milestone Jan 11, 2017
@KazuCocoa
Copy link
Member

KazuCocoa commented Jan 11, 2017

Fixed in #464 .
btw, some methods don't work well in Appium 1.6.0, 1.6.1 because of WDA :(
So, I recommend to use 1.6.2+.

@KazuCocoa KazuCocoa mentioned this issue Jan 18, 2017
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants