Jump to content

Recommended Posts

Posted (edited)

Good morning :o

I use _FFClickLink function to click on a page number (n°2 for example) on a forum website. My problem isn't really with the function :

CODE
_FFClickLink("2", "text")

But the problem is that this function find before my link, another link called for example "Tom1245" or "Isabelle23" ( forum members ). My link (page 2) is in the bottom of the forum that's why the problem is not really in the function... Do you have a solution ? :D

Thank's a lot

Edited by sambalec
Posted

Does the link have a ID then you can _FFClickLink($sID, "ID")

0x576520616C6C206469652C206C697665206C69666520617320696620796F75207765726520696E20746865206C617374207365636F6E642E

Posted (edited)

Hello,

that's the problem with searching by substrings :D

and "href"?

_FFClickLink("....", "href")

or index

_FFClickLink(10, "index")

I change the search in the next versions to:

- substring

- string

- RegEx

and add a third parameter for this and for some other functions, too.

Edited by Stilgar

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