Module: Arachni::Element::Capabilities::WithDOM

Includes:
WithNode
Included in:
Arachni::Element::Cookie, Form, Link, LinkTemplate
Defined in:
lib/arachni/element/capabilities/with_dom.rb

Overview

Author:

Instance Attribute Summary collapse

Attributes included from WithNode

#html

Instance Method Summary collapse

Methods included from WithNode

#initialize, #node, #to_h

Instance Attribute Details

#domDOM

Returns:

  • (DOM)


19
20
21
# File 'lib/arachni/element/capabilities/with_dom.rb', line 19

def dom
  @dom
end

Instance Method Details

#dupObject



26
27
28
# File 'lib/arachni/element/capabilities/with_dom.rb', line 26

def dup
    copy_with_dom( super )
end