Forum Discussion
ArmandsBruns
14 years agoFrequent Contributor
My scripts run Firefox like this for example
Set firefox = TestedApps.firefox.Run(1)
firefox.waitpage("*", 3000).toUrl("www.google.lv")
The second way i try to add url into parametr under testapp in the TC.
TestesApps.Firefox.Run(1)
The TC open Firefox app with url
The problem is the same
Maybe i must to try shell for Firefox runing?? :(
Set firefox = TestedApps.firefox.Run(1)
firefox.waitpage("*", 3000).toUrl("www.google.lv")
The second way i try to add url into parametr under testapp in the TC.
TestesApps.Firefox.Run(1)
The TC open Firefox app with url
The problem is the same
Maybe i must to try shell for Firefox runing?? :(