So, at the beginning of test I'm opening browser using UFT:
'strWebString = "iexplore.exe"
SystemUtil.Run strWebString, strWebUrl
After that I try to login into my website, and this is moment when strange sitiuation appears:
1. When only IE is running everything is ok
2. When IE is running, and in the background there is chrome browser opened UFT can't identify object. When I try to locate it on site from repository window, there appear message:
The selected object cannot be found in the application. Check that the application is open to the correct page or window and that the object and its parents do not have parameterized values.
The same information appears when only chrome is opened.
But when I close chrome, and IE is running at this moment, objects are recognized correctly.
I tried to play with smart identification on and off, change add-ins etc. In older versions (QTP) this problem didn't exist.
IE Version: 10.0.9200.17116
Update Version: 10.0.21UFT 12.01 Build 1112
Browserobject from the object-repository, which browser is being highlighted? Chrome or IE? - Motti