How to get the webpage title using appium?
//Saving in a string pagetitle.
String pagetitle = driver.getTitle();
Posted on April 17, 2019
By Shah Nawaz
//Saving in a string pagetitle.
String pagetitle = driver.getTitle();
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