-
Notifications
You must be signed in to change notification settings - Fork 23
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
Note to make less diff between selenium Ruby binding and this lib #429
Labels
Comments
Only Python client defines shortcut actions such as https://github.com/appium/python-client/blob/677c1a2121053a0435f3e0d8f7798077a41aa067/appium/webdriver/extensions/action_helpers.py#L132, but not in Ruby and other ones. |
From the Selenium side, the following changes are needed:
|
Draft
Done the planned ones |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruby_lib_core/lib/appium_lib_core/driver.rb
Line 70 in 4621549
x-idempotency-key
header in a new session request to prevent calling duplicated new session commands in Appiumadd_command
ruby_lib_core/lib/appium_lib_core/common/base/bridge.rb
Line 161 in 4621549
convert_to_element
ruby_lib_core/test/functional/ios/driver_test.rb
Line 174 in 7721eec
@core
stuff, they may be able to remove since most of them are now just calling@driver.xxxx
The text was updated successfully, but these errors were encountered: