Table of Contents

Class GetOsAppStateCommandResponse

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

Response for GetOsAppState

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[]