Method: Cukunity::PlatformHelpers#keyboard
- Defined in:
- lib/cukunity/cucumber/support/platform_helpers.rb
#keyboard ⇒ Object
67 68 69 70 |
# File 'lib/cukunity/cucumber/support/platform_helpers.rb', line 67 def keyboard raise Exception::UnspecifiedPlatform.new if @platform.nil? @platform::KeyboardInput end |