krihith Posted March 1, 2011 Posted March 1, 2011 If i navigate from one page to another, the id or the elements of the second page are not identified. Hence the Linkclick is not working for the second time. For example the below script is not navigating from Images to Web and to News. #Include <FF.au3> _FFstart("www.google.com") _FfLinkclick("gb_2","id") Sleep(500) _FfLinkclick("gb_1","id") Sleep(500) _FfLinkclick("gb_5","id")
krihith Posted March 2, 2011 Author Posted March 2, 2011 Heard the ff.au3 old version works. If anyone has the old version of ff.au3. can u pl share the same.
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