Moving my Cursor to a Element in webpage opens a drop down menu but this element is not clickable whenever user moves cursor over this element a dropdown menu opens
Example can be Like in this webpage(Stackoverflow page) when you point your cursor to your user name located at top it opens a drop down menu/window
But using Selenium i m not able to replicate this
Using Selenium not able to open this Drop down menu
used click, focus and mouseOver for this but didn’t get any success
Please Help
I found the reason for my problem
Actually in my site dropdown operation is defined in CSS and Selenium does not interact with CSS.