Class: Locator::Dom::Htmlunit::Page

Inherits:
Element
  • Object
show all
Defined in:
lib/locator/dom/htmlunit/page.rb

Instance Attribute Summary

Attributes inherited from Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from Element

#all, #initialize, #locate, #xpath

Constructor Details

This class inherits a constructor from Locator::Element

Instance Method Details

#domObject



5
6
7
# File 'lib/locator/dom/htmlunit/page.rb', line 5

def dom
  element
end