-
Notifications
You must be signed in to change notification settings - Fork 465
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
can not work on ios 14.4 #378
Comments
I can't get it to work on ios 14.4 either. I don't even get any out put when running it. |
You could consider trying http://inspect.dev for iOS 14+ debugging |
Thank you, but I am using it for automated testing, so I want to control the elements of the webView through scripts |
@fb0122 run it on port 9221 instead of 9000 and it will work. And @auchenberg and whilst inspect.dev might be a great tool, not all of us can justify paying for it for just a small amount of debugging we might do. And archiving the WebKit-adapter and closing all the issues wasn't the best idea. You should have left open and someone may have offered to become its maintainer if you'd didn't want to contribute to it anymore. |
This is the log file, it seems that there is an error: ~..{"error":{"code":-32601,"message":"'Debugger' domain was not found","data":[{"code":- 32601,"message":"'Debugger' domain was not found"}]},"id":43} |
|
@artygus Do you have any suggestions? |
|
dear all, |
A new release appium now seems to uspport iOS 15 and other new iOS updates:https://github.com/appium/appium/releases, |
should've been addressed in v1.9.0 |
I can use it normally on ios12.1, but it cannot be used on ios14.4 and ios13.1. What is the reason?
The text was updated successfully, but these errors were encountered: