Table of Contents

Class CreateOptions

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public record CreateOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<CreateOptions>
Inheritance
CreateOptions
Implements
Inherited Members

Properties

Background

public bool? Background { get; set; }

Property Value

bool?

ReferenceContext

public BrowsingContext? ReferenceContext { get; set; }

Property Value

BrowsingContext

UserContext

public UserContext? UserContext { get; set; }

Property Value

UserContext