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 -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -