Search code examples
pythonpyautogui

Is Pyautogui detectable by web scripts?


Is Pyautogui detectable by websites? (I know Selenium can be detectable) I'm going to use it to click and move the mouse. I would like to know if some kind of script can detect clicks and movements made by Pyautogui, I don't know much about web programming and I'm learning to do automations.


Solution

  • No, as far as I know, there is no way for a website to detect the device or software (such as PyAutoGUI) which is making inputs, however, a site could detect robotic mouse movement etc., and you will not be able to pass CAPTCHAs.