简体   繁体   中英

Drag-and-drop with ChromeDriver

I want to do drag-and-drop with ChromeDriver. The only WebDriver way of doing drag-and-drop I found is using the "advanced user interactions API". Unfortunately, the ChromeDriver documentation has the following "known issue":

Advanced user interactions API not implemented

Is there a way to perform drag-and-drop without the advanced user interactions API?

[Details: I'm using the Python bindings of WebDriver (version 2.17), and Chrome 16 on Mac OS 10.7.]

出于某种原因,拖放确实最终与WebDriver一起使用,只是非常不一致。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM