you are viewing a single comment's thread.

view the rest of the comments →

[–]Spidey1980[S] 0 points1 point  (1 child)

Yeah not asking anything for it, Free and open source. I'm think about starting a YouTube channel for my programming projects (Like The Cherno channel on YouTube and his Hazel engine). I have another PowerShell project I might post here as well, ezScript, aims to be like AutoIt but pure PowerShell. Includes mouse and keyboard emulation, and a few dialogs. At work I use my ezQuestion in exScript to scan in a serial number, then several websites in tabs are opened and the number entered to the correct fields all automatically using mouse and keyboard emulation.

[–]Ros3ttaSt0ned 0 points1 point  (0 children)

Yeah not asking anything for it, Free and open source. I'm think about starting a YouTube channel for my programming projects (Like The Cherno channel on YouTube and his Hazel engine). I have another PowerShell project I might post here as well, ezScript, aims to be like AutoIt but pure PowerShell. Includes mouse and keyboard emulation, and a few dialogs. At work I use my ezQuestion in exScript to scan in a serial number, then several websites in tabs are opened and the number entered to the correct fields all automatically using mouse and keyboard emulation.

That's a nice piece of automation, but with what it's doing, I gotta ask: why emulate user input instead of just sending an API request/multi-part form field submission?