SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

move mouse to the element as mimic human

Open pythondeveloperz opened this issue 11 months ago • 1 comments

hello please i am using this to move mouse by selenium base sb.cdp.gui_hover_x_y(x, y) but i need to make to the movement to element as human mimic 100% not be detected by google and any other website i am focusing on the behaviour to be the same as human ?

pythondeveloperz avatar Dec 29 '24 11:12 pythondeveloperz

hello please i am using this to move mouse by selenium base sb.cdp.gui_hover_x_y(x, y) but i need to make to the movement to element as human mimic 100% not be detected by google and any other website i am focusing on the behaviour to be the same as human ?

Using random library you can add value (x,y) based on coordinates. That will help you to act mouse as human.

SSujitX avatar Dec 29 '24 12:12 SSujitX

Use https://github.com/asweigart/pyautogui directly to programmatically control the mouse in a specific way.

mdmintz avatar Dec 29 '24 14:12 mdmintz