Jump to content

ff.au3 click on link with "onclick" attribute


Recommended Posts

Hello,

I am trying to navigate pages on www.dealdash.com via ff.au3 / ffex.au3 - unsuccessfully.

I tried something like:

;#Include <FF.au3>
#Include <FFEx.au3>

_FFConnect('127.0.0.1',4242,5000)

_FF_Call("goToPage(0)")
_FFCmd("goToPage(0)")
_FFClick(_FFXpath('//li[@class="next"]/a'))
_FFClick("next", "class")
_FFClick("pageindex_5", "id")

Any pointers ?
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...