> Sorry for the late reply, but this is a bug in webrat not a nokogiri
> issue. I've created a ticket for it at lighthouse:
>
> http://webrat.lighthouseapp.com/projects/10503-webrat/tickets/153-within-should-support-xpath
I wrote an ugly duckpunch that fixes the error for now. I have submitted
On Fri, Jan 30, 2009 at 9:45 PM, Jonathan Linowes
wrote:
>
> On Jan 25, 2009, at 11:58 AM, Zach Dennis wrote:
>
>> On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes
>> wrote:
>>>
>>> hiya,
>>>
>>> i want the selector that would return a of a table if any td
>>> contains
>>> some text, so i can
On Jan 25, 2009, at 11:58 AM, Zach Dennis wrote:
On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes
wrote:
hiya,
i want the selector that would return a of a table if any td
contains
some text, so i can use it in click_link_within
e.g. When I click the "show" link within the row contain
On Sat, Jan 24, 2009 at 12:05 AM, Jonathan Linowes
wrote:
> hiya,
>
> i want the selector that would return a of a table if any td contains
> some text, so i can use it in click_link_within
>
> e.g. When I click the "show" link within the row containing
> "u...@example.com"
>
>
> When /^I click t
hiya,
i want the selector that would return a of a table if any td
contains some text, so i can use it in click_link_within
e.g. When I click the "show" link within the row containing
"u...@example.com"
When /^I click the "(.+)" link within the row containing "(.+)"$/ do |
link, text|