Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top