in reply to Re^4: web automation button clicking problems
in thread web automation button clicking problems

OK, so there is a form on the page somewhere, can you post that. It will be the first <form> tag on the page, post everything up to the closing </form> tag.

Update: I'm thinking now that the site doesn't want you to access in this way - have you checked their terms of service? Do they have an API that you can use instead?

Replies are listed 'Best First'.
Re^6: web automation button clicking problems
by MicrobicTiger (Initiate) on Jan 31, 2014 at 04:20 UTC

    I thought the same. The button randomised button id and the fact the buttons are not on the form made me think that too.

    Not sure whether they have an API i'll have to go and have a look.

      Alas no API.

      I'm going to try an HTTP POST method to see if I can activate the form that way.

      Cheers

      Micro