AutoHotkey V2 - UIAutomation library Intro, Simplest Way to Automate Programs.

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 14

  • @TABNationAutomation
    @TABNationAutomation  28 днів тому +1

    Have you found any programs this does not work in? ill add to my website!

  • @AllenHorn0507
    @AllenHorn0507 28 днів тому +6

    I just have to drop a line and tell you how much it means that you put so much into your videos! I have learned a ton of stuff from you over the years you and Joe and Isaiah’s have taught me so much! As a blind person AHK Has really allowed me to overcome many accessibility barriers in the workplace.

    • @TABNationAutomation
      @TABNationAutomation  28 днів тому +2

      Thank you so much for the comment! made my day!

    • @AllenHorn0507
      @AllenHorn0507 28 днів тому +1

      @@TABNationAutomation are you kidding me? You made my day by creating a video about UI automation and AHK. I’ve been on the struggle bus with that for so long. Coordinate based scripts are good for some things… but I process insurance claims so I have to ensure the highest level of accuracy. Which can be a challenge for an old blind guy like me haha 🤣 please keep making more videos like this one! I need it!!!!

  • @numgun
    @numgun 27 днів тому +1

    This is pretty cool! Its an alternative to something like Pulover's Macro Recorder but interfaces directly with the controls of an app instead of "blind" clicks and button presses. Obvs limited by what apps it can work with, but still, a great new option to have!
    Without this video showing it in action, I wouldn't have gotten into it so thanks for making it!

  • @amerkhafagiable
    @amerkhafagiable 28 днів тому +2

    This video appeared on my UA-cam homepage, and I decided to check it out along with others from competitors. I can confidently say this is exactly what I needed to make my AHK scripts run smoothly, without the hassle of dealing with changing target locations on the screen. It truly made my day. I have question, will it works with Google chrome or only windows apps ? Thank you so much!

    • @TABNationAutomation
      @TABNationAutomation  27 днів тому +1

      This does work with chrome and I actually have a video about that coming out soon! You can also check out my website under FAQs to see where I am working on a list of what apps this works and doesn't work with

  • @thepragmatic6383
    @thepragmatic6383 26 днів тому +1

    It's easy to have fun with UIAutomation in some simple applications like Calculator or NotePad.
    But to achieve more complex tasks, it becomes also easy to get lost.
    Automating MS Word or MS Excel can quickly become complicated, when you have to access functions hidden in drop-down menus.
    Automating Chrome is easy, as long as there is no Pop-Up window to control.
    Several Open Source software (like ShotCut) will not be easily controllable with UIAutomation, since the (UIA Tree) will not be complete.
    But it is surely my lack of AHK V2 skills that restricts me the most in accomplishing the desired tasks.

  • @Edu2pc
    @Edu2pc 28 днів тому +1

    Muchas gracias por tu contenido! si sabes español sería una maravilla que tuvieras un canal alterno en español

    • @TABNationAutomation
      @TABNationAutomation  27 днів тому

      hit me up on discord(under my about tab on channel). This is an idea I wanted to test but need some one to watch a quick video to see how well it worked.

  • @someday4099
    @someday4099 27 днів тому

    I can run a script in the background while see a youtube video for example ?

    • @TABNationAutomation
      @TABNationAutomation  27 днів тому +1

      it depends on what you are doing. Some apps need to be in focus to work. On my site under FAQs I am working on a list of app info for this library.

    • @MD.ADE997
      @MD.ADE997 26 днів тому

      @@TABNationAutomation bro, is this possible with v1 or v2 to click somewhere in the screen(another window not background) without using my mouse pointer? in that time i use my mouse to another window.
      i use v1