Mouse hover in selenium using Java -


need perform hover on electronics highlighted on below image

    cd.get("http://flipkart.com/");     cd.manage().window().maximize();     actions mobile = new actions(cd);     webelement electronics= cd.findelement(     by.xpath(".//*[@id='container']/div/header/div[2]/div/ul/li[1]/a/span"));     //electronics.click();     mobile.movetoelement(electronics);     mobile.build().perform(); 

this post contains same question yours, please consider viewing first answer, accepted.
ps : please let me know if worked, else can search solutions! luck.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -