Wizath 0 Posted May 13, 2010 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 Share this post Link to post Share on other sites
Atnas 0 Posted June 12, 2010 (edited) 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 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 June 12, 2010 by Atnas Share this post Link to post Share on other sites