Table of Contents

Interface IHasTouchScreen

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Interface implemented by each driver that allows access to touch screen capabilities.

public interface IHasTouchScreen

Properties

TouchScreen

Gets the device representing the touch screen.

ITouchScreen TouchScreen { get; }

Property Value

ITouchScreen