mherrmann / helium

Lighter web automation with Python
MIT License
4.92k stars 374 forks source link

helium.drag() #76

Closed petrisorionel closed 2 years ago

petrisorionel commented 2 years ago

Hi, someone can help me with some examples on this?

I try everything but doesn't work for me.

helium.drag("Text Locator", to=helium.S(".dragzone"))

also

helium.drag(helium.Point(x, y), helium.Point(x, y)) and I got the coordinates from helium.Text(element).x