I have one Hybird app, try to switch to webview from native_app, due to there is one floating action button over webview
Appium can't found webview
e.g. python:
current_context = self.driver.contexts
print current_context
only output [u'NATIVE_APP'], there is not any webview info
Would you please kindly help me how to switch to webview context?
Thanks a lot!