Hi Telerik Team,
I'm using Telerik 2012.2, and IE9 as testing env for web testing, and met a weird situation is that I want to click A element, but actually Telerik click B instead under IE, A and B are totally different, then I debug the element A's OuterMarkup, the output is expect means the value I given is correct. I'm confused why the click operation will go for the element B, I have tried in FF with same code, it works great, please help me on this, thanks in advance.
Below I list one of the failed steps as example, expect I wanna click "Safety Recalls" and I also debug the element I use(See the Debug output), but actually it click the another link which goes to "http://accessories.ford.com/"
See the log:'
LOG: Debug: <a href="http://ownerqa.ford.com/servlet/ContentServer?pagename=Owner/Page/RecallsPage" gnavval="?gnav=foot:ownership:recall-notices">Safety Recalls</a>
LOG: This message can be ignored:Element Not found!
FindExpression used:
[id 'Exact' yui-main]
LOG: The page url is not correct.Expected url contains: servlet/ContentServer?pagename=Owner/Page/RecallsPage ;Actual url is: http://accessories.ford.com/
'Fail' : 4. [CrumbTray_OwnershipClickAndVerification_CodedStep2] : click and verify 'Safety Recalls' link
Also I have uploaded my code, see the attachment!
I'm using Telerik 2012.2, and IE9 as testing env for web testing, and met a weird situation is that I want to click A element, but actually Telerik click B instead under IE, A and B are totally different, then I debug the element A's OuterMarkup, the output is expect means the value I given is correct. I'm confused why the click operation will go for the element B, I have tried in FF with same code, it works great, please help me on this, thanks in advance.
Below I list one of the failed steps as example, expect I wanna click "Safety Recalls" and I also debug the element I use(See the Debug output), but actually it click the another link which goes to "http://accessories.ford.com/"
See the log:'
LOG: Debug: <a href="http://ownerqa.ford.com/servlet/ContentServer?pagename=Owner/Page/RecallsPage" gnavval="?gnav=foot:ownership:recall-notices">Safety Recalls</a>
LOG: This message can be ignored:Element Not found!
FindExpression used:
[id 'Exact' yui-main]
LOG: The page url is not correct.Expected url contains: servlet/ContentServer?pagename=Owner/Page/RecallsPage ;Actual url is: http://accessories.ford.com/
'Fail' : 4. [CrumbTray_OwnershipClickAndVerification_CodedStep2] : click and verify 'Safety Recalls' link
Also I have uploaded my code, see the attachment!