- bullActive particpant
- Posts : 10
Join date : 2009-12-18
Clicking a link under a Axaz drop down
Thu Dec 24, 2009 12:17 pm
My objective is to click the "Private Empty Car Storage" link from
manage drop down
div class="arrow" Manage /div
ul style="left: 255px; top: 67px; display: none;"
class="ricAppMenuInit ricAppMenuLoaded"
li class=""
/li
li class=""
a class="" href="manage/monthly"Private Empty Car Storage/a
i tried these but did not work
selenium.mouseOver("css=.ricAppMenuHover|label=Manage");
and
selenium.mouseOver("locator[@class='ricAppMenuHover']|label=Manage");
selenium.focus("/ama/secure/manage/monthly");
selenium.click("/ama/secure/manage/monthly");
manage drop down
div class="arrow" Manage /div
ul style="left: 255px; top: 67px; display: none;"
class="ricAppMenuInit ricAppMenuLoaded"
li class=""
/li
li class=""
a class="" href="manage/monthly"Private Empty Car Storage/a
i tried these but did not work
selenium.mouseOver("css=.ricAppMenuHover|label=Manage");
and
selenium.mouseOver("locator[@class='ricAppMenuHover']|label=Manage");
selenium.focus("/ama/secure/manage/monthly");
selenium.click("/ama/secure/manage/monthly");
class="ricAppMenuInit ricAppMenuLoaded"
=https://seleniumforum.forumotion.net/manage/monthly]Private Empty Car Storage
i tried these but did not work
selenium.mouseOver("css=.ricAppMenuHover|label=Manage");
and
selenium.mouseOver("locator[@class='ricAppMenuHover']|label=Manage");
selenium.focus("/ama/secure/manage/monthly");
selenium.click("/ama/secure/manage/monthly");
- kmahata@gmail.comActive particpant
- Posts : 10
Join date : 2009-11-06
Re: Clicking a link under a Axaz drop down
Fri Dec 25, 2009 12:30 am
wonder what error its throwing for you?
try clicking manage icon instead of mouseover....something of this kind :
selenium.click("css=.ricAppMenuHover|label=Manage");
selenium.focus("/ama/secure/manage/monthly");
selenium.click("/ama/secure/manage/monthly");
try clicking manage icon instead of mouseover....something of this kind :
selenium.click("css=.ricAppMenuHover|label=Manage");
selenium.focus("/ama/secure/manage/monthly");
selenium.click("/ama/secure/manage/monthly");
- kmahata@gmail.comActive particpant
- Posts : 10
Join date : 2009-11-06
Re: Clicking a link under a Axaz drop down
Fri Dec 25, 2009 12:38 am
and is it ajax what you are referring to?
Permissions in this forum:
You cannot reply to topics in this forum