Forum Discussion

brian_kratsch's avatar
brian_kratsch
Contributor
11 years ago

IE11 vs Chrome32 name mapping issue

I am trying to run a script I recorded in Chrome 32 against IE 11 and I am encountering an issue with the name mapping for a checkbox. 



In Chrome the checkbox is found and mapped.

In IE the checkbox and the label as recognized as the same object. This causes my test to fail when I run it in IE.

Is this a known issue? Is there a way to resolve this without having to write separate logic to handle IE?