Table of Contents

Interface IBrowsingContextInputModule

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public interface IBrowsingContextInputModule

Properties

FileDialogOpened

IEventSource<FileDialogOpenedEventArgs> FileDialogOpened { get; }

Property Value

IEventSource<FileDialogOpenedEventArgs>

Methods

PerformActionsAsync(ImmutableArray<SourceActions>, PerformActionsOptions?, CancellationToken)

Task<PerformActionsResult> PerformActionsAsync(ImmutableArray<SourceActions> actions, PerformActionsOptions? options = null, CancellationToken cancellationToken = default)

Parameters

actions ImmutableArray<SourceActions>
options PerformActionsOptions
cancellationToken CancellationToken

Returns

Task<PerformActionsResult>

ReleaseActionsAsync(ReleaseActionsOptions?, CancellationToken)

Task<ReleaseActionsResult> ReleaseActionsAsync(ReleaseActionsOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options ReleaseActionsOptions
cancellationToken CancellationToken

Returns

Task<ReleaseActionsResult>

SetFilesAsync(ISharedReference, ImmutableArray<string>, SetFilesOptions?, CancellationToken)

Task<SetFilesResult> SetFilesAsync(ISharedReference element, ImmutableArray<string> files, SetFilesOptions? options = null, CancellationToken cancellationToken = default)

Parameters

element ISharedReference
files ImmutableArray<string>
options SetFilesOptions
cancellationToken CancellationToken

Returns

Task<SetFilesResult>