Class CreateOptions
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- Selenium.WebDriver.dll
public sealed record CreateOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<CreateOptions>
- Inheritance
-
CreateOptions
- Implements
- Inherited Members
Properties
Background
public bool? Background { get; init; }
Property Value
- bool?
ReferenceContext
public BrowsingContext? ReferenceContext { get; init; }
Property Value
UserContext
public UserContext? UserContext { get; init; }