ArmandsBruns
13 years agoFrequent Contributor
Internet explorer 9 - in the object browser (index = 2), sometimes (index = 3)
Hi,
My test environment configuration are:
Windows 7 (64bit)
TestCompete 8.7
Internet Explorer 9
When I am using Internet explorer 9 then sometimes it shows in the object browser (index = 2) but sometimes it shows
the (index = 3).
As a result, it doesn't find the objects.
What configuration should make to work
If anyone can help?
If (Options.IESettings.GetInternetExplorerMajorVersion > 7) Then
NameMapping.CurrentConfigurationName = "IE8_9"
Else
NameMapping.CurrentConfigurationName = "IE6_7"
End If
------------------------------------------------
I
know that can configure the following (Add a picture from a name mapping configuration: "NameMapping_Condition-Browser")
but I don't know how to make it works, if sometimes index = 2 and sometimes index = 3
Armands
My test environment configuration are:
Windows 7 (64bit)
TestCompete 8.7
Internet Explorer 9
When I am using Internet explorer 9 then sometimes it shows in the object browser (index = 2) but sometimes it shows
the (index = 3).
As a result, it doesn't find the objects.
What configuration should make to work
If anyone can help?
If (Options.IESettings.GetInternetExplorerMajorVersion > 7) Then
NameMapping.CurrentConfigurationName = "IE8_9"
Else
NameMapping.CurrentConfigurationName = "IE6_7"
End If
------------------------------------------------
I
know that can configure the following (Add a picture from a name mapping configuration: "NameMapping_Condition-Browser")
but I don't know how to make it works, if sometimes index = 2 and sometimes index = 3
Armands