Class Celerity::Frame
In: lib/celerity/elements/frame.rb
Parent: Element

Methods

Included Modules

Container XpathSupport

Constants

TAGS = [Identifier.new('frame'), Identifier.new('iframe')]
ATTRIBUTES = BASE_ATTRIBUTES | [ :frameborder, :longdesc, :marginheight, :marginwidth, :name, :noresize, :scrolling, :src, ]
DEFAULT_HOW = :name

Attributes

page  [RW] 

Public Instance methods

Override assert_exists to raise UnknownFrameException (for Watir compatibility) @api private

Executes the given JavaScript string in this frame. (Celerity only)

Override the default locate to handle frame and inline frames. @api private

Updates the brwoser page with the page from this frame‘s top window. Used internally.

@api private

[Validate]