In one of our test machines, 2 browsers are counted though only 1 is displayed, causing UFT not to identify and enter value to objects since we are using RegEx:
Browser("title:=.*").Page....
We are using the below line to initialize IE:
InvokeApplication "C://Program Files/Internet Explorer/IEXPLORE.EXE"
What is the workaround for this?
UFT version is 12.02.
Thanks in advance!