Skip to content

Commit

Permalink
Remove Mouse, Keyboard and TouchActionBuilder classes
Browse files Browse the repository at this point in the history
This was only directly called in the HasTouchScreen DriverExtension in 1 instantiation; and as such isn't used that much across the suite

Integration tests that relied on Double Forms of this class have just been modified to use the string representation

Signed-off-by: Alex Rodionov <p0deje@gmail.com>
  • Loading branch information
luke-hill authored and p0deje committed Apr 18, 2019
1 parent 75d235f commit 81c4f8b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 552 deletions.
1 change: 0 additions & 1 deletion rb/lib/selenium/webdriver/chrome/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module Chrome

class Driver < WebDriver::Driver
include DriverExtensions::HasNetworkConditions
include DriverExtensions::HasTouchScreen
include DriverExtensions::HasWebStorage
include DriverExtensions::HasLocation
include DriverExtensions::TakesScreenshot
Expand Down
5 changes: 0 additions & 5 deletions rb/lib/selenium/webdriver/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
require 'selenium/webdriver/common/zipper'
require 'selenium/webdriver/common/wait'
require 'selenium/webdriver/common/alert'
require 'selenium/webdriver/common/mouse'
require 'selenium/webdriver/common/keyboard'
require 'selenium/webdriver/common/touch_screen'
require 'selenium/webdriver/common/target_locator'
require 'selenium/webdriver/common/navigation'
require 'selenium/webdriver/common/timeouts'
Expand All @@ -49,7 +46,6 @@
require 'selenium/webdriver/common/interactions/key_input'
require 'selenium/webdriver/common/interactions/pointer_input'
require 'selenium/webdriver/common/action_builder'
require 'selenium/webdriver/common/touch_action_builder'
require 'selenium/webdriver/common/html5/shared_web_storage'
require 'selenium/webdriver/common/html5/local_storage'
require 'selenium/webdriver/common/html5/session_storage'
Expand All @@ -59,7 +55,6 @@
require 'selenium/webdriver/common/driver_extensions/downloads_files'
require 'selenium/webdriver/common/driver_extensions/has_location'
require 'selenium/webdriver/common/driver_extensions/has_session_id'
require 'selenium/webdriver/common/driver_extensions/has_touch_screen'
require 'selenium/webdriver/common/driver_extensions/has_remote_status'
require 'selenium/webdriver/common/driver_extensions/has_network_conditions'
require 'selenium/webdriver/common/driver_extensions/has_network_connection'
Expand Down

This file was deleted.

70 changes: 0 additions & 70 deletions rb/lib/selenium/webdriver/common/keyboard.rb

This file was deleted.

89 changes: 0 additions & 89 deletions rb/lib/selenium/webdriver/common/mouse.rb

This file was deleted.

80 changes: 0 additions & 80 deletions rb/lib/selenium/webdriver/common/touch_action_builder.rb

This file was deleted.

Loading

0 comments on commit 81c4f8b

Please sign in to comment.