Jump to content

FF.au3 with _FFClick function to active write zone of input text or textarea.


Recommended Posts

Hello :D

How can I use _FFClick function to active write zone of input text or textarea ?

I tried this but any input is activate...

CODE
#include <FF.au3>

_FFStart("http://ff-au3-example.thorsten-willert.de/")

If _FFIsConnected() Then

; clicks on the third "a" tag

_FFClick('.forms[3].elements[2]')

Sleep(3000)

EndIf

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