123456789_123456789_123456789_123456789_123456789_

Class: Selenium::WebDriver::Interactions::NoneInput Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, InputDevice
Instance Chain:
self, InputDevice
Inherits: Selenium::WebDriver::Interactions::InputDevice
Defined in: rb/lib/selenium/webdriver/common/interactions/none_input.rb

Overview

Creates actions specific to null input source This is primarily used for adding pauses

Class Method Summary

InputDevice - Inherited

Instance Attribute Summary

Instance Method Summary

Constructor Details

.new(name = nil) ⇒ NoneInput

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/interactions/none_input.rb', line 31

def initialize(name = nil)
  super
  @type = Interactions::NONE
end