-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Cannot decorate AndroidDriver (probably the same for IOSDriver #1643
Labels
Comments
4 tasks
Yes, it makes sense to make these interfaces public. Please let us know if there are any other hidden ones that must be published |
It seems that only HasAndroidSettings and HasIOSSettings are private |
The patch has been published. You could try the change by fetching the recent build from jitpack as described in https://github.com/appium/java-client#maven |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I'm trying to use the decorator mechanism provided by selenium 4.
But following the doc to decorate the android driver, I get the exception
Full stacktrace is below
As I understand, this is due to the fact that HasAndroidSettings is not public
Environment
Details
Code To Reproduce Issue [ Good To Have ]
mobileDriver is correctly created, but applying decoration fails with the stacktrace
Exception Stacktraces
Link To Appium Logs
Appium logs are not relevant as the problem resides in java_client
The text was updated successfully, but these errors were encountered: