Skip to content
Dashboard

Tabs

List all tabs
client.computers.tabs.list(stringid, RequestOptionsoptions?): ActionResult { error_message, executed_tab_id, page_context, 4 more }
GET/computers/{id}/tabs
Create new tab
client.computers.tabs.create(stringid, TabCreateParams { url } body?, RequestOptionsoptions?): ActionResult { error_message, executed_tab_id, page_context, 4 more }
POST/computers/{id}/tabs
Close tab
client.computers.tabs.delete(stringtabID, TabDeleteParams { id } params, RequestOptionsoptions?): ActionResult { error_message, executed_tab_id, page_context, 4 more }
DELETE/computers/{id}/tabs/{tab_id}
Switch to tab
client.computers.tabs.switch(stringtabID, TabSwitchParams { id } params, RequestOptionsoptions?): ActionResult { error_message, executed_tab_id, page_context, 4 more }
POST/computers/{id}/tabs/{tab_id}/switch