How To Find .Apk File Package Name And Launcher Activity Name
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
ANDROID_HOME : You must need to set android_home environment variable in order to run appium test. In previous post, We learnt about how […]
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 […]
36. What is command to start appium from command prompt? Answer : “node appium” command from node_modules folder of appium will start […]
31. : Which method is used to perform scroll down to text in appium. Answer : You can use scrollTo() method to […]
26. : Can you tell me usage of findElements() method? Answer : We can use findElements() method to get the list of […]
21. : Which android version is supported by appium? Answer : Appium support Android 17+ API level versions only. You need to use […]