Jump to content

Recommended Posts

Posted

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!

Posted (edited)

just fixed my own problem!! Thanks for your suggestion. I needed to look at the previous part of the source to find the bit that needed submitting!

Edited by skyinthesea

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