parentFrame method
Changes focus to the parent frame of the current one.
Implementation
void parentFrame() {
_client.send(_handler.frame.buildSwitchToParentRequest(),
_handler.frame.parseSwitchToParentResponse);
}
Changes focus to the parent frame of the current one.
void parentFrame() {
_client.send(_handler.frame.buildSwitchToParentRequest(),
_handler.frame.parseSwitchToParentResponse);
}