DEV Community

zhuang quan
zhuang quan

Posted on

Human-like RPA (Bezier trails, hesitation)

I kept running into this: RPA mouse moves in straight lines, flagged instantly.

My RPA moved the mouse in straight lines. Banned after one login, account gone — two weeks to rebuild trust.

Ended up wrapping a small reusable workflow around it — Human-like RPA (Bezier trails, hesitation). The part that actually saved me time: Bezier trails + hesitation, looks human.

Concretely, it:

  • Bezier mouse trails + random hesitation
  • RPA looks human

Put it (and ~20 other similar ones) in a repo in case it helps someone: https://github.com/shuangying0001-beep/awesome-workbuddy-skills

Top comments (0)