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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top