Jump to content

ff.au3 seems to disable a button when trying to click it


Recommended Posts

ok, so i have a job that requires me to do the same work 150 times , so i decided to write a quick script.

using the ff.au3 i got most of the form interaction working. but on 1 of the pages when i do

_FFClick("da70b9f44e6cb167b06c3fb6b69dba9cc7bcdd57","name",0)

momentarly when looking at the source code of the page in firebug the element all of a sudden has disabled="" added to the form and the button does not really get clicked. and 1 sec later the disable attribute is removed once again

is this a security feature of the site or normal behaviour of ff.au3 ?

here is what the element looks like before the command is sent and when the command is sent

<input type="submit" name="da70b9f44e6cb167b06c3fb6b69dba9cc7bcdd57" value="Reissue Certificate" tabindex="11">

<input type="submit" name="da70b9f44e6cb167b06c3fb6b69dba9cc7bcdd57" value="Reissue Certificate" tabindex="11" disabled="">

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