markedagain Posted April 15, 2014 Posted April 15, 2014 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="">
Danp2 Posted April 15, 2014 Posted April 15, 2014 Have you tried using _FFFormSubmit()? Latest Webdriver UDF Release Webdriver Wiki FAQs
markedagain Posted April 16, 2014 Author Posted April 16, 2014 the issue is there is 4 buttons all starting a diffrent action with js starting the work to be done, so i really need to click the button. no matter at the end i just use mouseClick and coordinates for that part of the automation
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now