The onclick is on the tr element and you are telling webtest to click the td
element?
--------------------------------------------------------
clickElement not executing onClick JS code onClick="parent.SaveForm('Y', '546',
'Analog')
-----------------------------------------------------------------------------------------
Key: WT-538
URL: http://webtest-community.canoo.com/jira/browse/WT-538
Project: WebTest
Type: Bug
Versions: 3.0
Environment: XP Pro
Canoo Webtest (R_1781)
Tried w/ HTMLUnit 2.6 and the latest 2.7 snap shot ( build.1590 09/10/2009
11:18:12) and got the same results
Reporter: Rhee K Kgopolo
Attachments: JsScriptGridResult.txt, Scripts.js
Webtest fails to click by element a resulting js onClick="parent.SaveForm('Y',
'546', 'Analog')" to return to the main page. ClickElement reports success but
the page does not return to the parent page. See attached script, htmp page and
the js.
<verifyXPath xpath="//*...@class='cSearchResultsR1B1' and
contains(text(),'Analog')]"
description="Verify grid results"/>
<clickElement XPath ="//*...@class='cSearchResultsR1B1' and
contains(text(),'Analog')]"
description="Data grid results" />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<col style="cursor:hand; padding-left:2px">
<tr onClick="parent.SaveForm('Y', '546', 'Analog')"
onMouseOver="SetPSLookupRowBGColor(this)"
onMouseOut="SetPSLookupRowBGColor(this)">
<td class="cSearchResultsR1B1">Analog</td>
</tr>
</table>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest