class Selenium::WebDriver::Interactions::NoneInput
Creates actions specific to null input source This is primarily used for adding pauses
@api private
Public Class Methods
Source
# File lib/selenium/webdriver/common/interactions/none_input.rb, line 31 def initialize(name = nil) super @type = Interactions::NONE end
Calls superclass method
Selenium::WebDriver::Interactions::InputDevice::new