Table of Contents

Class AddPreloadScriptOptions

Namespace
OpenQA.Selenium.BiDi.Script
Assembly
WebDriver.dll
public sealed class AddPreloadScriptOptions : CommandOptions
Inheritance
AddPreloadScriptOptions
Inherited Members

Constructors

AddPreloadScriptOptions()

public AddPreloadScriptOptions()

Properties

Arguments

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

Property Value

IEnumerable<ChannelLocalValue>

Contexts

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

Property Value

IEnumerable<BrowsingContext>

Sandbox

public string? Sandbox { get; set; }

Property Value

string