Class GetWindowBoundsCommandSettings
Get position and size of the browser window.
public sealed class GetWindowBoundsCommandSettings : ICommand
- Inheritance
-
GetWindowBoundsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
WindowId
Browser window id.
[JsonPropertyName("windowId")]
public long WindowId { get; set; }