-
-
Couldn't load subscription status.
- Fork 768
feat: Implement HasBiDi interface support in AppiumDriver #2250
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
Conversation
| setSessionId(sessionAddress.getId()); | ||
| } | ||
|
|
||
| /** |
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.
these methods were just moved to the end of the class definitions, no changes made to them
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.
lgtm
Change list
This is the first PR in series where I would like to implement BiDi protocol support with Java client.
The Appium server and drivers only support some parts of the spec, but something is better than nothing (also not everything in the spec makes sense for our context). In time I expect the variety of events and commands to grow bigger.
Types of changes