Jump to content

Recommended Posts

Posted

Hi, in autoit we are using this function " _IEFormElementSetValue($oPass,'xyz') " to set the value.

Is their any option like in shell script's read command prompts for user to enter the value and reads from the user.

So no need to set the value in script......

Thanks in advance.....

Posted

Hi, in autoit we are using this function " _IEFormElementSetValue($oPass,'xyz') " to set the value.

Is their any option like in shell script's read command prompts for user to enter the value and reads from the user.

So no need to set the value in script......

Thanks in advance.....

I'm not quite sure if I got this right.. But if I did, then what you're looking for is just the basic InputBox() function..?

Posted

I'm not quite sure if I got this right.. But if I did, then what you're looking for is just the basic InputBox() function..?

Hi thanks for ur reply......

i was looking for this only..........

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