Method: UiInteractors::Interactors::ViewInteractor#dropdown_field
- Defined in:
- lib/ui_interactors/interactors/view_interactor.rb
#dropdown_field(name) ⇒ Object
27 28 29 |
# File 'lib/ui_interactors/interactors/view_interactor.rb', line 27 def dropdown_field(name) DropdownFieldInteractor.new(@driver, name, current_xpath) end |