Changes focus to another frame on the page.
If frame is a:
int: select by its zero-based index
WebElement: select the frame for a previously found frame or iframe
element.
String: same as above, but only CSS id is provided. Note that this
is not element id or frame id.
not provided: selects the first frame on the page or the main document.