Tabs & Frames
Manage browser tabs and navigate iframes
6 commands
tabs
browse tabsList all open tabs (id, url, title)
List tabs
$ browse tabstab
browse tab <id>Switch to tab by ID
Switch tab
$ browse tab 2newtab
browse newtab [url]Open new tab
New tab
$ browse newtab https://example.comclosetab
browse closetab [id]Close tab
Close tab
$ browse closetab 2frame
browse frame <selector|main>Switch to iframe or back to main frame
Enter iframe
$ browse frame "[id=my-iframe]"Back to main
$ browse frame mainviewport
browse viewport <WxH>Set viewport size
Set viewport
$ browse viewport 1280x720