Hi!
While using Appium for Hybrid app, we found that Appium keeps connecting to detached WebView using chromedriver.
Steps:
- Start Activity 1 contains WebView
- Switch context to WebView and do some testing…
- Start Activity 2 doesn’t contains WebView
- Back to Activity 1 contains WebView
- Switch context to WebView, but can’t find element.
I think followings are related issue, but not sure:
- Sorry for detaching https://. I am new user and can’t post link.
Thank you!