UI Automator Viewer : Get Android App Element’s XPath, ID, Name And className
We learnt how to use UI Automator Viewer in PREVIOUS POST to locate and get properties details of android native software app’s […]
We learnt how to use UI Automator Viewer in PREVIOUS POST to locate and get properties details of android native software app’s […]
Selecting item/value from drop down is needed in android software app as most of the apps contain drop down. Earlier we learnt […]
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
Appium Tutorial : Mobile software application’s craze is increasing day by day. Also peoples are converting there current running software web sites […]
ANDROID_HOME : You must need to set android_home environment variable in order to run appium test. In previous post, We learnt about how […]
This appium automation tutorials will take you from beginning level to advanced level in android software app automation testing. Appium software testing tool is […]
findElements method is different than the findElement method in selenium webdriver. findElements method is useful to find all elements from page using given […]
We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]
Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]
WebDriver interface has many different methods and get method is one of them. WebDriver interface is implemented by different browser classes like […]