11-28-2013, 11:33 AM
Hi All,
I need to click a link which is present under mouseover action of a tab. Used the below code but it didnt work
Key board actions are displayed and only mouse click working to display the page. Request your help on this
Thanks
Priya
I need to click a link which is present under mouseover action of a tab. Used the below code but it didnt work
Code:
Browser("granPAPA Hom_2").Page("granPAPA Hom").WebElement("Security").FireEvent("onmouseover")
'set oshell = createobject("Wscript.shell")
'oshell.sendkeys "{DOWN}"
oshell.sendkeys "{ENTER}"
Key board actions are displayed and only mouse click working to display the page. Request your help on this
Thanks
Priya