Is There A Method to Get The Current Page Context of an Application in Appium

Hi,

I have a hybrid application that switches between Native and Webview.
I’m trying to see the context of certain pages within the application.
Is there a function in appium for getCurrentContext already?

Thank you for your time.

How about…

appiumDriver.getContext()
1 Like