-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The captcha slider could not stay sliding - try a single step and slower motion #399
Comments
Thnaks for the detail info and video. I see, I haven't come across this strange behavior. What happens if you slide in one step? The automation will simulate moving the mouse cursor from starting point to end point over 1 second. r.hover(254, -659) |
Hi, kensoh, thank you for your kind reply. |
Oh I see.. I've just checked, the default timing is 0.5 seconds, maybe too fast. You can try below to make it slower - # setting for mouse movement to 2 seconds
r.vision('Settings.MoveMouseDelay = 2') |
Hi, kensoh, Thank you again for your help.
|
Amazing, you found the solution! |
Adding on, the following settings may not be needed, because rpa package does not uses the dragDrop() function of SikuliX, but directly uses the mouse down --> moving --> mouse up. https://sikulix-2014.readthedocs.io/en/latest/scripting.html
|
This is a good working example, I've added to readme - https://github.com/tebelorg/RPA-Python#api-reference |
Thank you very much! This content is very helpful. |
Hi, I want to simulate the mouse dragging the captcha slider, but it turns out that every time I slide it halfway, the mouse is released.How can I solve these problems? Thanks for the help。
The text was updated successfully, but these errors were encountered: