Mouse scroll wheel with selenium webdriver, on element without scrollbar?

前端 未结 4 1668
春和景丽
春和景丽 2020-11-30 10:20

I\'m trying to drive part of a web map akin to Google Maps, where zoom in/out is done by scrolling while moused over. Ideally, I\'d like to be able to do something like this

4条回答
  •  广开言路
    2020-11-30 11:18

    You can try it with PyRobot class,first focus on the points on which you want to perform zoom in/out and then use PyRobot class to perform zoom in/out operation via keyboard keys.

提交回复
热议问题