aathira shaji
aathira shaji

Reputation: 51

Is it possible to run a webview automation script using appium in browser stack device

I need to automate an application which consists of payment gateway which asks for card number,cvv etc..using appium.As per the requirement i need to run the script in real device and in browser stack devices. My script is running perfectly in real devices,but not in browser stack.Can any one help me?

Upvotes: 1

Views: 637

Answers (1)

N3M
N3M

Reputation: 306

Have you tried executing a few tests after switching to Webview context and then performing the subsequent actions?

You can read more on the Automating Hybrid Apps in the official documentation of Appium.

You can try changing the 'browserstack.appium_version' capability in your test scripts to the different Appium versions supported on BrowserStack.

Upvotes: 1

Related Questions