[wtr-general] Unable to locate element using xpath

2011-09-05 Thread Hari
I'm trying to retrieve the text from within the anchor tags from the html shown below. i'm running firewatir on Windows Xp and have the jssh plugin installed. Got Html by using Firebug : Find a Request my code is as below and click the link ff.link(:text, 'Find a Request').click ff.link(:xpa

Re: [wtr-general] Error

2011-09-05 Thread Сергей Демьянчук
Hi, try first enter in irb, before firewatir requirement > require 'rubygems' Sergii 2011/9/5 jp > I get the error like require : no such files to load --firewatir > in cmd promt.. > > But i already install using this syntax > > gem install firewatir > > succesfully installed... > after that i

[wtr-general] Error

2011-09-05 Thread jp
I get the error like require : no such files to load --firewatir in cmd promt.. But i already install using this syntax gem install firewatir succesfully installed... after that i will check it in irb >require 'firewatir' get error like require:no such files to load Can anyone guidw me... Th