Displaying 2 results from an estimated 2 matches for "hiddenfield".
Did you mean:
hidden_field
2009 Feb 04
2
Can cucumber/webrat set a value on a hidden field
...hould be a set_hidden_field method. But the method no longer
appears to be in the webrat/core/scope.rb file
Based on the above documentation the method should be
# File lib/webrat/core/scope.rb, line 53
def set_hidden_field(field_locator, options = {})
field = locate_field(field_locator, HiddenField)
field.set(options[:to])
end
but adding this into the scope.rb file, still gives me
undefined method `set_hidden_field'' for
#<ActionController::Integration::Session:0xb72c191c> (NoMethodError)
when I try to call it in a step.
Any help would be greatly appreciated.
Tom
--...
2007 Feb 18
11
Tabulation with ENTER key
Dear all,
I think this can be interesting for others too. For a while I tried to
solve that problem - how to tabulate with ENTER/RETURN key too and not
only with TAB.
You know the problem - you are entering a lot of numbers from numeric
keypad but you need to go far left to press TAB. This prevents one-hand
data entry and prohibits web apps to be used by accountants, for instance.
Here is a