Question

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.]

Was it helpful?

Solution

For some reason, drag-and-drop did end up working with WebDriver, just very inconsistently.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top