Table of Contents

Class GetOsAppStateCommandResponse

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

Response for Returns the following OS state for the given manifest id.

public sealed class GetOsAppStateCommandResponse : ICommandResponse<GetOsAppStateCommandSettings>, ICommandResponse
Inheritance
GetOsAppStateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BadgeCount

Gets or sets the badgeCount

[JsonPropertyName("badgeCount")]
public long BadgeCount { get; set; }

Property Value

long

FileHandlers

Gets or sets the fileHandlers

[JsonPropertyName("fileHandlers")]
public FileHandler[] FileHandlers { get; set; }

Property Value

FileHandler[]