Struct webdriver::command::WindowRectParameters [] [src]

pub struct WindowRectParameters {
    pub x: Nullable<i32>,
    pub y: Nullable<i32>,
    pub width: Nullable<i32>,
    pub height: Nullable<i32>,
}

A top-level browsing context’s window rect is a dictionary of the screenX, screenY, width, and height attributes of the WindowProxy.

In some user agents the operating system’s window dimensions, including decorations, are provided by the proprietary window.outerWidth and window.outerHeight DOM properties.

Fields

Trait Implementations

impl Debug for WindowRectParameters
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WindowRectParameters
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Parameters for WindowRectParameters
[src]

impl ToJson for WindowRectParameters
[src]

[src]

Converts the value of self to an instance of JSON