Sha256: 4ca226cc9e5ac21e7675c3294fd08e0a63c9aa0440e914a417a62a7a8267b171

Contents?: true

Size: 1.14 KB

Versions: 31

Compression:

Stored size: 1.14 KB

Contents

# encoding: utf-8
#
# Licensed to the Software Freedom Conservancy (SFC) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The SFC licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

module Selenium
  module WebDriver
    module DriverExtensions
      module HasTouchScreen
        def touch
          TouchActionBuilder.new mouse, keyboard, touch_screen
        end

        private

        def touch_screen
          TouchScreen.new @bridge
        end
      end # HasTouchScreen
    end # DriverExtensions
  end # WebDriver
end # Selenium

Version data entries

31 entries across 28 versions & 2 rubygems

Version Path
selenium-webdriver-3.0.4 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.3 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.2 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.1 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta4.0 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta3.1 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta3 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta2.1 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta2 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
selenium-webdriver-3.0.0.beta1 lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb