Table of Contents

Class LaunchCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.PWA
Assembly
Selenium.WebDriver.dll

Response for Launches the installed web app, or an url in the same web app instead of the default start url if it is provided. Returns a page Target.TargetID which can be used to attach to via Target.attachToTarget or similar APIs.

public sealed class LaunchCommandResponse : ICommandResponse<LaunchCommandSettings>, ICommandResponse
Inheritance
LaunchCommandResponse
Implements
Inherited Members
Extension Methods

Properties

TargetId

ID of the tab target created as a result.

[JsonPropertyName("targetId")]
public string TargetId { get; set; }

Property Value

string