Showing posts with the label AppiumShow All
Appium Xpath

1. XPath using class and text attribute : xpath("//android.widget.Button[@text='5']") 2. XPath using class and resource-id : xpath("//android.widget.Button[contains(@resource-id,'digit5')]&quo…

Selenium :Appium Architecture

Appium Architecture communication steps Step 1 :Appium client (C# or Java or Python ) connects with Appium Server (Appium app  are basically server, written in Node.js and expose the Rest Api)and communicate via JSON Wire…

Load More That is All