Table of Contents

Class BrowsingContextInputModule

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public class BrowsingContextInputModule
Inheritance
BrowsingContextInputModule
Inherited Members

Constructors

BrowsingContextInputModule(BrowsingContext, InputModule)

public BrowsingContextInputModule(BrowsingContext context, InputModule inputModule)

Parameters

context BrowsingContext
inputModule InputModule

Methods

PerformActionsAsync(IEnumerable<SourceActions>, PerformActionsOptions?)

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

Parameters

actions IEnumerable<SourceActions>
options PerformActionsOptions

Returns

Task

ReleaseActionsAsync(ReleaseActionsOptions?)

public Task ReleaseActionsAsync(ReleaseActionsOptions? options = null)

Parameters

options ReleaseActionsOptions

Returns

Task