4
PyVic
6y

Q: Is there a software which can record my keystrokes and clicks and then translate that into a Power shell or Python or any script?

Comments
  • 1
    Katalon? But I think its only for web.
    Its easy to do with C#. Just search for some Keyboard and mouse hooks on Google and paste them into a e.g. wpf app :)
  • 1
    @hypervtechnics yes that is only for web application and android.

    For Windows, I tried writing a Powershell script with send keys to automate form fillling, but it is not interactive. If some step is missed, the script fails. I need something that is able to recognize different situations......
  • 1
    @PyVic Ranorex does this :) But its commercial and costs a lot ^^
  • 0
    @hypervtechnics I realize they are all Selenium based.... Any way to develop this on my own?
  • 1
    @PyVic Just copy paste some hooks for C# haha
  • 1
    @hypervtechnics thank you, will let you know how it goes :)
Add Comment