-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
feat: update Ruby recorder code #1173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
} | ||
|
||
codeFor_rotateDevice () { | ||
return `# Not supported: rotateDevice`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for this issue itself. but maybe we no longer function this method itself.
https://github.com/search?q=org%3Aappium%20mobileRotation&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they should likely be replaced with getRotation
/setRotation
. Not sure if the current drivers implement it though.
* feat: update Ruby recorder code * chore: address review comments
* feat: update Ruby recorder code * chore: address review comments
This PR updates the recorder-generated code for the Ruby lib core client.
uiautomator
locator strategyexecuteScript
activateApp
andterminateApp
ruby_lib_core
7.3 to their mobile extension equivalentsmobile: setConnectivity
first require UI changes