i cannot click links in mechanize through their text content.
i tried the following but get error with link_with(:text => '') method
or using the whole text content obtained through nokogiri parser method
css('a.l') that points to google results.
There is no link with text 'parsing'. Just tried that google search
and there's a 'Parsing' result on the first page. @page.link_with(:text => 'Parsing') returns a WWW::Mechanize::Page::Link
···
On Thu, Jan 29, 2009 at 8:11 AM, Edouard Dantes <edrd.dantes@gmail.com> wrote:
i cannot click links in mechanize through their text content.
i tried the following but get error with link_with(:text => '') method
or using the whole text content obtained through nokogiri parser method
css('a.l') that points to google results.