Struct cdp::accessibility::GetPartialAxTreeCommand [] [src]

pub struct GetPartialAxTreeCommand {
    pub node_id: NodeId,
    pub fetch_relatives: Option<bool>,
}

[Experimental] Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Command Accessibility.getPartialAXTree

Domain Module: cdp::accessibility
Command Struct: cdp::accessibility::GetPartialAxTreeCommand
Response Struct: cdp::accessibility::GetPartialAxTreeResponse

Fields

ID of node to get the partial accessibility tree for.

Whether to fetch this nodes ancestors, siblings and children. Defaults to true.

Trait Implementations

impl Clone for GetPartialAxTreeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetPartialAxTreeCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetPartialAxTreeCommand
[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 CdpCommand for GetPartialAxTreeCommand
[src]

COMMAND_NAME: &'static str = "Accessibility.getPartialAXTree"

impl SerializeCdpCommand for GetPartialAxTreeCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for GetPartialAxTreeCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for GetPartialAxTreeCommand
[src]