Class: Actions
- Inherits:
-
Object
- Object
- Actions
- Defined in:
- lib/ui/actions/Action.rb
Overview
Instance Method Summary collapse
-
#test(driver, action) ⇒ Object
A function that performs the given action against the webpage given the driver and the action.
Instance Method Details
#test(driver, action) ⇒ Object
A function that performs the given action against the webpage given the driver and the action
15 16 17 |
# File 'lib/ui/actions/Action.rb', line 15 def test(driver, action) raise "Test function in the Actions.rb file has not been overriden" end |