Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple 2 IE browsers are being displayed
#1
Not Solved
I gave the variables, wrote the script and called using variables when i try to do that 2 IE browsers are being displayed, can anyone help me out in letting me know where am wrong
Option Explicit'
'Declaring the variables
Dim vURL, vLoanAmount, vTerm, vRate, vMonth , vYear, vPtax , vPMI
Dim i
vURL = "http://www.mortgagecalculator.org/" Here a browser is being opened
vLoanAmount = "250.000"
vTerm = "20"
vRate = "6.5"
vMonth = "Mar"
vYear = "2010"
vPtax = "1.25"
vPMI = 0.5
'Open IE Browser and navigate to the App URL
'Done through record and run settings earlier
systemutil.Run "iexplore.exe", vURL here another browser i being opened
Please help me out
Reply


Messages In This Thread
Multiple 2 IE browsers are being displayed - by VA1405 - 01-15-2014, 12:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "UFT has stopped working" is displayed during running the script kotaramamohana 0 1,212 08-24-2018, 01:07 PM
Last Post: kotaramamohana
  array to be captured and displayed Anu209 0 1,160 06-24-2017, 10:19 AM
Last Post: Anu209
  Running test with multiple browsers mvi63 0 2,682 06-25-2014, 06:49 PM
Last Post: mvi63
  Will Object Property Differ across browsers?? qtplearner88 7 3,791 07-30-2013, 07:18 PM
Last Post: qtplearner88
  Can I use the index ordinal identifier for different browsers and page? Uma 2 3,426 08-25-2011, 03:33 AM
Last Post: Uma

Forum Jump:


Users browsing this thread: 1 Guest(s)