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