-
Notifications
You must be signed in to change notification settings - Fork 9
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
After adding SelfHealing wrapper to AndrodDriver Getting exception #37
Comments
I'm also facing similar issue, while accessing MobileElement org.openqa.selenium.WebDriverException: org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: 'POST /element' cannot be proxied to UiAutomator2 server because the instrumentation process is not running (probably crashed).
Using above driver, initialised page class elements using PageFactory and it's failing on ele.click() with above error. |
Hello @Mitrabhanu-tech , @Gnanendra574 |
Hi @Aliaksei-Ashukha will Healenium support for Appium studio also???? |
Appium Version: v1.22.3 I too faced this issue. Is anyone has solution for this @Aliaksei-Ashukha DesiredCapabilities capabilities = new DesiredCapabilities(); Without DriverWapper it is working fine. When we add the DriverWrappper it got failed with below errors [main] WARN com.epam.healenium.handlers.proxy.BaseHandler - Error during findElement: |
Error
Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: 'GET /source' cannot be proxied to UiAutomator2 server because the instrumentation process is not running (probably crashed)
Code
The text was updated successfully, but these errors were encountered: