0

I have Android native app and I want to test login page witch was developed using webview that’s open central Authenticator. I’m trying to use appium to test but I’ve see that appium cannot test webview

wdjive
  • 3
  • 2

1 Answers1

0

Appium can test Webview. It is just that you have to switch to the right context.

get-context helps in getting current context.

get-contexts helps in getting all the contexts available to automate.

set-context helps in setting the desired context.

Raju
  • 2,299
  • 2
  • 16
  • 19