Class: Watir::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/watir-formhandler/element.rb

Overview

Extends the Watir::Element class to get public access on the :selector.

Instance Attribute Summary collapse

Instance Attribute Details

#selectorObject (readonly)

Returns the value of attribute selector.



5
6
7
# File 'lib/watir-formhandler/element.rb', line 5

def selector
  @selector
end