Jump to content

XPath links in FF.au3


Recommended Posts

Hi, I got little problem on adding a XPath code in _FFXpath function, If I'll use

_FFXpath(//*[@id='input'])
everything works, but if I want to use directives for button, for ex:

/html/body/div[2]/div/dl/dd

I can't get it working.

Looking for help :idea:

Link to comment
Share on other sites

  • 5 weeks later...

Hi, I got little problem on adding a XPath code in _FFXpath function, If I'll use

_FFXpath(//*[@id='input'])
everything works, but if I want to use directives for button, for ex:

/html/body/div[2]/div/dl/dd

I can't get it working.

Looking for help :mellow:

Hi Wizath!

I don't understand your question entirely, but I think you are looking for this?

_FFXpath(//html/body/div[2]/div/dl/dd)
Edited by Atnas
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...