testing - Is there a way to hover over webelement without using actions in Selenium? -


most of examples have seen using actions hover on webelement.

actions mouseaction = new actions(driver); mouseaction.movetoelement(somewebelement);

how do without using actions? right if go webelement.i methods click, submit etc nothing related mouse hover over.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -