Hi
I am using Appiumwith c#.net.
I am using AndroidDriver version 1.4.0.3
When i try to switch to context
For Example
driver.Context(“WEBVIEW”);
Its throwing the error context cannot be used as method.
Any help will be usefull
Thanks & regards
Sudhanva
@sudhanvam
first print the contexts and see if appium is able to detect webview context.
If yes then what is name of that webview context.
i am not able to print the context… its throwing error in visual studio while coding
if i type driver.context(“WebView”)…
Please view the below screenshot for details.