Jump to content

Recommended Posts

Posted

Hi,

I'm trying to simulate a production scanner that reads barcodes and types them in to a webpage (used for production reporting)

So my idea is to fill a text file with the values, (10 digit numbers)

let autoit generate a array based on the list of numbers

then let Autoit paste one number at the time in to the text field in the web browser at a 30 second intervall until it reach the end of the file.

Any idea on how this can be done?

Thx in advance.

John

 

Posted

You can use _FileReadToArray to capture the data, then use the _IE functions to open IE then find the first element you wish to copy and paste to and then loop through your array using and adding in each array item.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...