Jump to content

Recommended Posts

Posted

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

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