cerberustesting / cerberus-core

The Open Source Test Automation Platform.
https://cerberus-testing.com
GNU General Public License v3.0
326 stars 101 forks source link

Implementation of Appium 'Set Context' #2408

Closed akatmiranda closed 1 year ago

akatmiranda commented 2 years ago

Hi!

We have an hybrid App and we constantly have to interact with Webviews. Actually there are elements in Webviews that we cannot read in our executions. Is it possible to implement Appium 'Set Context' so we can change to Webview or Native in the middle of an execution? As described here: https://appium.io/docs/en/commands/context/set-context/

Thanks!

vertigo17 commented 1 year ago

The link provide a 404. Can you update it ?

akatmiranda commented 1 year ago

Hi!

Sure: http://appium.io/docs/en/2.0/guides/context/ https://appium.readthedocs.io/en/latest/en/commands/context/set-context/

and a reference to the subject on lambdatest.com: https://www.lambdatest.com/automation-testing-advisor/javascript/appium-driver.context

Thanks you.