frame

Change focus to another frame on the page. If the frame id is null, the server should switch to the page’s default content.

Usage

1
client.frame(id).then(callback);

Parameters

Param Type Details
id String/Number/null/WebElementJSONObject Identifier for the frame to change focus to.