how to hold an element and move it #103
-
I want to perform operations on sliders by obtaining an element and then performing press-and-move operations on it, just like webdriver code. webdriver code like: action = ActionChains(driver)
action.click_and_hold(button).perform()
action.move_by_offset(move_x, 0).perform()
action.release().perform() how to do it in pydoll? |
Beta Was this translation helpful? Give feedback.
Answered by
cleitonleonel
Apr 4, 2025
Replies: 1 comment 1 reply
-
I don't think this feature exists, I opened an issue to implement this feature. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tututu-Panda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this feature exists, I opened an issue to implement this feature.
I also missed having more mouse control beyond JavaScript methods.