Jump to content

Recommended Posts

Posted

Dear All,

I have the following scenario:

I have a web application that should copy some input data from a different application , so my solution was as follows :

Open the browser

Do some processing on the web page

Call AutoIt to read the web page dom 's element

input the values of the dom elements to my other application

get the results then populate them again into my web page

the problem is how can AutoIt read the web page i.e. I can't use:

$oIE = _IECreate ("http://www.google.com")

$oInputs = _IETagNameGetCollection ($oIE, "input")

cause the page is already open not using AutoIt???!

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...