How to do a mouse over using selenium webdriver to see the hidden menu without performing any mouse clicks?

后端 未结 4 624
轮回少年
轮回少年 2021-02-02 11:56

How to do a mouse hover/over using selenium webdriver to see the hidden menu without performing any mouse clicks?

There is a hidden menu on website which i am testing th

4条回答
  •  旧巷少年郎
    2021-02-02 12:26

    Just wanted to mention that a last resort workaround could be to try javascript mouse over simulation.

    Solutions for that in various languages are posted here: http://code.google.com/p/selenium/issues/detail?id=2067

提交回复
热议问题