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
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}"
The text was updated successfully, but these errors were encountered:
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}"
The text was updated successfully, but these errors were encountered: