rft - Browser How to maximize the browser automatically while playback -
how maximize browser automatically while playback web application script in rational functional tester(rational functional tester)?
simply phone call maximize()
on browsertestobject:
startapp("google"); browser_htmlbrowser().maximize();
or record click on maximize button, gives you:
browser_htmlbrowser(document_google(),default_flags).maximize();
rft
No comments:
Post a Comment