SPsunil patroinqavbox.hashnode.dev·Feb 28, 2023 · 1 min readAutomate hybrid mobile app using appium (Android & IOS)In our previous blog post, we have seen how to inspect the hybrid mobile apps using appium inspector. In this post, we will discuss how to use appium methods to switch between NATIVE_APP and WEB_VIew contexts and automate the hybrid app elements and ...00
SPsunil patroinqavbox.hashnode.dev·Feb 28, 2023 · 3 min readGuide to inspect hybrid mobile apps in appium inspectorIn this post we will see how to inspect and automate hybrid mobile applications for Android and IOS. Handling Android and IOS hybrid apps are pretty similar in nature. Prerequisite – Install appium uiautomator2 and xcuitest driver Download appium i...00
SPsunil patroinqavbox.hashnode.dev·Dec 3, 2022 · 4 min readGuide to setup webdriverIO with typescript and run a sample testWebdriverIO is an advanced automation framework for web and mobile application. It’s basically a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and wrapper on top of appium for mobile application. WebDriverIO is termed...00
SPsunil patroinqavbox.hashnode.dev·Dec 1, 2022 · 4 min readGetting started with Appium and WebdriverIO for mobile app testingWebdriverIO is an advanced automation framework for web and mobile applications. It’s a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and a wrapper on top of appium for mobile app testing. As per the appium client, Ap...00