Class: UiInteractors::Interactors::RowInteractor

Inherits:
ViewInteractor show all
Defined in:
lib/ui_interactors/interactors/row_interactor.rb

Instance Method Summary collapse

Methods inherited from ViewInteractor

#action, #checkbox_field, #dropdown_field, #list, #text, #text_field, #view

Methods inherited from BaseInteractor

#is_not_visible!, #is_visible!

Constructor Details

#initialize(driver, selector_options, xpath_root = '//*') ⇒ RowInteractor

Returns a new instance of RowInteractor.



3
4
5
6
# File 'lib/ui_interactors/interactors/row_interactor.rb', line 3

def initialize(driver, selector_options, xpath_root='//*')
  super(driver, nil, xpath_root)
  @selector_options = selector_options
end