• 2022-07-25
    ActionChains类中用来模拟鼠标悬停操作的方法是
    A: double_click()
    B: context_click()
    C: move_to_element()
    D: drag_and_drop()