How to find current url name in android device using appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to find current url name in ...

How to find current url name in android device using appium?



String urlName = driver.getCurrentUrl();
System.out.println(urlName);
***UrlName provides Current url name***

Leave a Reply

Your email address will not be published. Required fields are marked *