parentFrame method

void parentFrame()

Changes focus to the parent frame of the current one.

Implementation

void parentFrame() {
  _client.send(_handler.frame.buildSwitchToParentRequest(),
      _handler.frame.parseSwitchToParentResponse);
}