selenium+python3 鼠標事件


1、鼠標右擊

ActionChains(driver).contest_click(right_click).perform()

2、鼠標懸停

ActionChains(driver).move_to_element(above).perform()

3、鼠標雙擊

ActionChains(driver).double_click(double_click).perform()

4、鼠標拖放操作

drag_and_drop(source,target)

source:鼠標拖動的源元素

target:鼠標釋放的目標元素

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM