Jump to content

_FFLinkClick not working for second click


Recommended Posts

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")

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