Table of Contents

Class InputModule

Namespace
OpenQA.Selenium.BiDi.Modules.Input
Assembly
WebDriver.dll
public sealed class InputModule : Module
Inheritance
InputModule
Inherited Members

Constructors

InputModule(Broker)

public InputModule(Broker broker)

Parameters

broker Broker

Methods

PerformActionsAsync(BrowsingContext, IEnumerable<SourceActions>, PerformActionsOptions?)

public Task PerformActionsAsync(BrowsingContext context, IEnumerable<SourceActions> actions, PerformActionsOptions? options = null)

Parameters

context BrowsingContext
actions IEnumerable<SourceActions>
options PerformActionsOptions

Returns

Task

ReleaseActionsAsync(BrowsingContext, ReleaseActionsOptions?)

public Task ReleaseActionsAsync(BrowsingContext context, ReleaseActionsOptions? options = null)

Parameters

context BrowsingContext
options ReleaseActionsOptions

Returns

Task