Table of Contents

Class AddPreloadScriptOptions

Namespace
OpenQA.Selenium.BiDi.Script
Assembly
Selenium.WebDriver.dll
public sealed record AddPreloadScriptOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<AddPreloadScriptOptions>
Inheritance
AddPreloadScriptOptions
Implements
Inherited Members

Properties

Arguments

public IEnumerable<ChannelLocalValue>? Arguments { get; init; }

Property Value

IEnumerable<ChannelLocalValue>

Contexts

public IEnumerable<BrowsingContext>? Contexts { get; init; }

Property Value

IEnumerable<BrowsingContext>

Sandbox

public string? Sandbox { get; init; }

Property Value

string

UserContexts

public IEnumerable<UserContext>? UserContexts { get; init; }

Property Value

IEnumerable<UserContext>