How to find the Platform Name using appium?
String PlatformName = driver.getPlatformName();
System.out.println(PlatformName);
PlatformName gives in which platform we want to run our appium script.
Eg:-Android,Ios
Posted on May 2, 2019
By Sridatta Pani
String PlatformName = driver.getPlatformName();
System.out.println(PlatformName);
PlatformName gives in which platform we want to run our appium script.
Eg:-Android,Ios
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept