gopalqa
12 years agoOccasional Contributor
TC v9.3 is Recognizing password box text field differently on IE10 and IE9
Hi,
By using keyword test, I have recorded and playback a simple test on IE9 successfuly, and trying to run the same test on browser IE10 but no luck.
When I look into the Object Name Mapping for a text field, found the object that was recognized(recorded) by IE9 was unable to find on IE10. Hence the test was failed because of the following reason it shows in the additional info.
"The object with the specified attributes does not exist."
Don't understand why is the difference, Is there any way to overcome this problem?
Thanks in Advance
Gopal.
====More clearly============
On IE9 the text field was identified as "textboxFieldWidth75DwLoginPasswo", you can look in to the following,
NameMapping.Sys.browser.pageLogin3.panelMain.panelWprClearfix.sectionContent.panelColUserlogin.formLoginLeftPane.panelWprField2.textboxFieldWidth75DwLoginPasswo
On IE 10 for the same text field it was identified as "passwordboxOtherpassword", you can look in to the following,
NameMapping.Sys.browser.pageLogin3.panelMain.panelWprClearfix.sectionContent.panelColUserlogin.formDwLoginLeftPane.panelWprField2.passwordboxOtherpassword
By using keyword test, I have recorded and playback a simple test on IE9 successfuly, and trying to run the same test on browser IE10 but no luck.
When I look into the Object Name Mapping for a text field, found the object that was recognized(recorded) by IE9 was unable to find on IE10. Hence the test was failed because of the following reason it shows in the additional info.
"The object with the specified attributes does not exist."
Don't understand why is the difference, Is there any way to overcome this problem?
Thanks in Advance
Gopal.
====More clearly============
On IE9 the text field was identified as "textboxFieldWidth75DwLoginPasswo", you can look in to the following,
NameMapping.Sys.browser.pageLogin3.panelMain.panelWprClearfix.sectionContent.panelColUserlogin.formLoginLeftPane.panelWprField2.textboxFieldWidth75DwLoginPasswo
On IE 10 for the same text field it was identified as "passwordboxOtherpassword", you can look in to the following,
NameMapping.Sys.browser.pageLogin3.panelMain.panelWprClearfix.sectionContent.panelColUserlogin.formDwLoginLeftPane.panelWprField2.passwordboxOtherpassword