Web Application support in iOS using Safari as browser
Wed, 03/04/2015 - 16:17
How to launch Safari with a default URL from HP UFT using the UFT(QTP) plugin?
We need information on how to create a mBrowser object using HP UFT.
Thu, 03/05/2015 - 07:48
#1
You can launch a url in the following manner:
MDriver("name:=Driver").HandleReporter Reporter
MDevice("name:=").Focus
MApplication("name:=safari:").Launch True, True // paste the url you want to navigate
Follow the link below to explanation on the Mbrowser object:
http://experitest.com/studio/experitestmobileaddonforuft/MobileBrowser_c...