Method: Arachni::Element::Capabilities::Refreshable#refresh_id
- Defined in:
- lib/arachni/element/capabilities/refreshable.rb
#refresh_id ⇒ String
This method is abstract.
Returns Unique string identifying this element while disregarding any applied runtime modifications (usually to its Inputtable#inputs).
Basically, a modified element and a fresh element should both return the same value while uniquely identifying the pair.
56 57 58 |
# File 'lib/arachni/element/capabilities/refreshable.rb', line 56 def refresh_id "#{action}:#{type}:#{default_inputs.keys.sort}" end |