How to find current url name in android device using appium?
String urlName = driver.getCurrentUrl();
System.out.println(urlName);
***UrlName provides Current url name***
Posted on May 6, 2019
By Sridatta Pani
String urlName = driver.getCurrentUrl();
System.out.println(urlName);
***UrlName provides Current url name***
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