Jump to content

Recommended Posts

Posted

Hi everyone,

I am new to Autoit

I am having a problem to get my autoIt script to click on a login button on a webApp

The inspect page looks like as below:

 

 

Capture.PNG

Posted

Hi Jos,

Here is what I have attempted,

local $o_login,$o_password
$o_login = _IEGetObjById($oIE,"myusername")
_IEFormElementSetValue ($o_login, $targetusername)
$o_password = _IEGetObjById($oIE,"mypassword")
_IEFormElementSetValue ($o_login, $targetpassword)

 

Not sure what put for click the button or Enter...etc

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