Jump to content

Recommended Posts

Posted

Trying out the ff.au3 and wanting to get the text of an element by class. I see _FFGetValue() but all of the are void of the syntax for it ;) . Is there another function I'm supposed to use for this?

  Reveal hidden contents

 

Posted (edited)

This is how I use that function in some code I have, I don't know if this'll help or not.. but,

$Spammer[0] = _FFGetValue("it_user[username]_1", "id")

Also, here's a link to documentation on the author's site - FireFox Management.

edit: sorry, just realized my link can be got from yours..

Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Posted

Was digging around yesterday and found a lot of commands with the same format, so I used it in that way except specified "class" instead of "id"... however It didn't pull the text of the element. It returns 0 so it's acting like it's working. I'm just uncertain how it works altogether cause I couldn't even get _FFClick() to work properly either.

  Reveal hidden contents

 

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