Did u Tried WebdriverWait () and wait until link is clickable . then perform action mousemouse
or Try JavaScript or jQuery execution using JavaScriptExecutor to perform Mousemove operations On Tue, Mar 4, 2014 at 5:33 PM, Venkat Kandula <[email protected]>wrote: > *Hi Experts,* > > *Not able to click on the Sub-menu links using Selenium Web driver on > Safari 5.1.7 on Win 7 OS.* > > *Getting Below error "Element is not currently visible and may not be > manipulated (WARNING: The server did not provide any stacktrace > information)".* > > *I tried with Mouse Over Action for the Menu link.* > > *Actions builder = new Actions(driver);* > *WebElement tagElement = > driver.findElement(By.xpath(By.xpath(FUL.CALTAX_LINK));* > *builder.moveToElement(tagElement).build().perform();* > > *Getting below error "Unknown command: mouseMoveTo (WARNING: The server > did not provide any stacktrace information)" * > > *Click action is working fine but sub menu element not visible.* > > *Please find the attached HTML code and Menu and Sub Menu Links.* > > *Could someone please guide me the steps if there is a solutions.* > > *Thanks,* > *Venkat* > > -- > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "QTP - HP Quick Test Professional - Automated Software Testing" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
