sambalec Posted April 6, 2009 Posted April 6, 2009 (edited) Good morning 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 ? Thank's a lot Edited April 6, 2009 by sambalec
TerarinK Posted April 6, 2009 Posted April 6, 2009 Does the link have a ID then you can _FFClickLink($sID, "ID") 0x576520616C6C206469652C206C697665206C69666520617320696620796F75207765726520696E20746865206C617374207365636F6E642E
Stilgar Posted April 6, 2009 Posted April 6, 2009 (edited) Hello, that's the problem with searching by substrings 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 April 6, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF
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