class Watir::Generator::HTML::Visitor

Public Instance Methods

classify_regexp() click to toggle source
# File lib/watir-webdriver/generator/html/visitor.rb, line 5
def classify_regexp
  /^HTML(.+)Element$/
end

Private Instance Methods

force_inheritance() click to toggle source
# File lib/watir-webdriver/generator/html/visitor.rb, line 15
def force_inheritance
  { 'HTMLElement' => 'Element' }
end
interface_regexp() click to toggle source
# File lib/watir-webdriver/generator/html/visitor.rb, line 11
def interface_regexp
  /^HTML/
end