Struct webdriver_client::FrameContext [] [src]

pub struct FrameContext<'a> { /* fields omitted */ }

Switch the context of the current session to the given frame reference.

This structure implements Drop, and restores the session context to the current top level window.

Methods

impl<'a> FrameContext<'a>
[src]

[src]

Trait Implementations

impl<'a> Drop for FrameContext<'a>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for FrameContext<'a>

impl<'a> !Sync for FrameContext<'a>