Table of Contents

Class CreateIsolatedWorldCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Page
Assembly
Selenium.WebDriver.dll

Response for Creates an isolated world for the given frame.

public sealed class CreateIsolatedWorldCommandResponse : ICommandResponse<CreateIsolatedWorldCommandSettings>, ICommandResponse
Inheritance
CreateIsolatedWorldCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExecutionContextId

Execution context of the isolated world.

[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }

Property Value

long