lib/page-object/accessors.rb in page-object-0.9.3 vs lib/page-object/accessors.rb in page-object-0.9.4
- old
+ new
@@ -144,9 +144,10 @@
#
# @param [Hash] identifier how we find the frame. The valid keys are:
# * :id => Watir and Selenium
# * :index => Watir and Selenium
# * :name => Watir and Selenium
+ # * :regexp => Watir only
# @param frame passed from a previous call to in_frame. Used to nest calls
# @param block that contains the calls to elements that exist inside the frame.
#
def in_frame(identifier, frame=nil, &block)
frame = [] if frame.nil?