📅  最后修改于: 2022-03-11 14:56:29.938000             🧑  作者: Mango
- Actions class allows us to do advanced mouse-keyboard actions.
- such as:
-hovering over
-double click
-right click (contextClick)
-drag and drop
-click and hold
-release
syntax: Action action = new Action(Driver.getDriver());
action.methodName.perform();