I am currently trying to automate a web application using RFT.The web application is written in Java.
My test case,the moment,I navigate to a particular page,I want to get the title of the webpage
example:- you go to www.google.com and then click on 'News'. The page title is "Google News".
I want to get this title.
Like in Selenium,I am aware that getTitle() used to give me the Title of the page
Please help!
Thanks!