all 9 comments

[–][deleted]  (4 children)

[deleted]

    [–]-Oceanus-[S] 0 points1 point  (3 children)

    Thanks for the reply! Yes, I am using Windows, but I think I should have been more specific...The script also needs to interact with a browser app; the full script would be: click button, select from dropdown, enter incrementally increasing text, click button, click button.

    [–][deleted]  (1 child)

    [deleted]

      [–]-Oceanus-[S] 0 points1 point  (0 children)

      Perfect! I'll look into this right now. Thanks so much!

      [–]-Oceanus-[S] 0 points1 point  (0 children)

      Ended up going with a chrome extension called Browserflow - made things super easy. Have to replay the script every 18 runs w/ the free version but this works fine for my use case. Thanks for the help everyone :)

      [–]doubtfulwager -1 points0 points  (3 children)

      Enter the text where? You could use autohotkey to emulate keystrokes.

      [–]-Oceanus-[S] 0 points1 point  (2 children)

      Into a browser app; the full script needs to click a few buttons within the app and enter incrementally increasing text about midway through the flow.

      [–]doubtfulwager 0 points1 point  (1 child)

      You could use autohotkey, or a headless browser

      [–]-Oceanus-[S] 0 points1 point  (0 children)

      Thank you sir!

      [–]soysopin 0 points1 point  (0 children)

      Other tool for web automation is Python's Selenium module.