What is MouseHover?
If you know exactly what is mouse hover fine. Else take a look at the snap below.
To view the menu, you have to hover the mouse over web technologies menu. This is called mouse hover. Its easy to do that manuallly. Lets find how to do this in Selenium.
We are going to use a class called Actions. You are going to use the Actions as well as JavscriptExecutor class as a Homework.
The alternate way to work with dropdowns is using JavscriptExecutor. I hope you remember, we used this in scrolling the web page example.
Now search google and find out how to work on mouse hover actions. You can use Flipkart,Amazon or snapdeal to test your code. They have lot of mouse hover actions in their websites.