Module: Uia::ControlTypes::MenuItems
- Defined in:
- lib/uia/control_types/menu_item.rb
Instance Method Summary collapse
Instance Method Details
#menu_item(*path) ⇒ Object
8 9 10 |
# File 'lib/uia/control_types/menu_item.rb', line 8 def (*path) Library. @element, *path end |
#select_menu_item(*path) ⇒ Object
4 5 6 |
# File 'lib/uia/control_types/menu_item.rb', line 4 def (*path) Library. @element, *path end |