lib/page-object/accessors.rb in page-object-0.5.5 vs lib/page-object/accessors.rb in page-object-0.6
- old
+ new
@@ -18,10 +18,10 @@
def page_url(url)
define_method("goto") do
platform.navigate_to url
end
end
-
+
#
# Identify an element as existing within a frame or iframe. A frame parameter
# is passed to the block and must be passed to the other calls to PageObject.
# You can nest calls to in_frame by passing the frame to the next level.
#