Jump to content

FF.au3 elements


Recommended Posts

Hi!

I am really interested by FF.au3 and started to experiment with it. I worked out all the things I needed to know so far such as selecting dropdown lists, filling out forms etc. But I've come across one small problem.

<input type="submit" onclick="submit;" value="next">

I've tried things such as :

_FFClick(_FFXPath("/html/body/div[3]/div[3]/table/tbody/tr/td[2]/div[2]/div[2]/form/input[2]", "", 9))

and

_FFClick("next", "submit")

Both of which return errors

( _FFClick ==> Invalid value: (elements|id|name|class|tag) $sMode: value )

Any suggestions as to how to press this button would be appreciated!

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