📜  什么是动作 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:02.197000             🧑  作者: Mango

代码示例1
- 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();