kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
545 stars 66 forks source link

How to create click_and_hold like ActionAchain ? #146

Closed quocviet0304 closed 8 months ago

quocviet0304 commented 8 months ago

Help me with solution pls ?

kaliiiiiiiiii commented 8 months ago

https://github.com/kaliiiiiiiiii/Selenium-Driverless?tab=readme-ov-file#pointer-interaction

quocviet0304 commented 8 months ago

but i only see up, down, and move_to

kaliiiiiiiiii commented 8 months ago

but i only see up, down, and move_to

That's what you need.

  1. move_to
  2. down

that's click & hold

quocviet0304 commented 8 months ago

Thanks a lot