How to get the webpage title using appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to get the webpage title using ...

How to get the webpage title using appium?



//Saving in a string pagetitle.
String pagetitle = driver.getTitle();

Leave a Reply

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