Jump to content

Recommended Posts

Posted

Hi,

I am looking for a way to record a desktop GUI session, turn the recording into a script and repeat the recorded actions when needed. Can AutoIt do it?

I am not asking for strict step by step instructions, though wouldn't mind if offered.

I am new to AutoIt, just downloaded it, but not new to scripting.

Posted

Hello, welcome to the forum! There is a function in SciTe to record clicks and such, have you downloaded that too? consider it, it's useful.

Anyway, maybe you can tell us the application or what you're trying to do, sometimes there are better ways of doing something with autoit.

Also, in the help file, you can get familiarized with the code.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

Welcome to AutoIt and the forum!

In SciTE open an AutoIt script an press Alt+F6. This will run Au3Recorder.

Recording a GUI session only works if the GUI is always at the same screen location and the screen resolution doesn't change. And no user interaction is allowed while the script runs and the session is being replayed.

As careca mentioned there are better - and more reliable - ways to automate an application. Check the Controlxx functions.

My UDFs and Tutorials:

  Reveal hidden contents

 

  • Developers
Posted

  On 11/5/2012 at 9:50 PM, 'water said:

In SciTE open an AutoIt script an press Alt+F6. This will run Au3Recorder.

Alt+F6 is only available when the full SciTE version is loaded. ;)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Thank you guys, glad to be here. I am trying to automate a login to a website, and from there develop further code that would post reports in a text format. This would further I think motivate me to use AutoIt for possible future solutions.

To be sincere, I haven't tried linux side of possible solutions to this, but I am open to suggestions.

Posted

Rules say:

Do not discuss any of the following:

SPAM tools including instant messenger or forum auto-posters. This includes forum or site auto-login methods.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

But the forum rules clearly state: "SPAM tools including instant messenger or forum auto-posters. This includes forum or site auto-login methods."

My UDFs and Tutorials:

  Reveal hidden contents

 

  • Moderators
Posted

varelov,

  Quote

I am trying to automate a login to a website

develop further code that would post reports

water is quite right - even though I am sure you have no intent to use the code maliciously, we do not wish to give a free ride to others who might.

Thread locked.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...