Method: Insite::Component#inspect
- Defined in:
- lib/insite/component/component.rb
#inspect ⇒ Object
253 254 255 256 257 258 259 260 |
# File 'lib/insite/component/component.rb', line 253 def inspect if @target.selector.present? s = @selector.to_s else s = '{element: (selenium element)}' end "#<#{self.class}: located: #{[email protected]}; @selector=#{s}>" end |