Jump to content

Fill in the textbox with FF


Graft
 Share

Recommended Posts

Hello,

first I want to say that my english is not very well, but I try my best. I`ve got a problem with the fill in of a textbox on a webpage. Little information I use the FF.au3 UDF

Here is the code of the textbox:

<input type="text" class="text2 msg_input" tabindex="54" name="email" maxlength="50" value="">

I had tried it with den function _FFSetValue but it doesn't work. So I tried to get it with XPath. But this doesn't work too.

Here is my code:

_FFSetValue("email2222", "email", "name")
; or
_FFXPath("//input[@type='text' and @name='email']", "value='test'")

Do anyone know whats my problem is?

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