Jump to content

Send into a local variable. Possible?


Recommended Posts

Snippet from my code:

 

"Local $weight =  _IEGetObjById ($oIE,"Weight")
  Local $contents = _IEGetObjById ($oIE,"Contents")

  _IEFormElementSetValue ($trackingnumber,"number")
  _IEFormElementSetValue ($sender,"Sender")"

 

As you can see from these lines of code a local variable has ben declared and value set via IE commands. 

Unfortunately the website I test on depends on keystrokes. For security I completely understand but for automating its a bit frustrating considering I am tasked to make this happen.  My question. Can i modify this to "send" my values into my local variables or would I have to write this oer from scratch to just use mouse movement/keyboard strokes?

 

any help would be appreciated. 

 

Thank you. 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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