{ "opencollection": "1.0.0", "info": { "name": "Selenium WebDriver (W3C Wire Protocol) Cookies Session API", "version": "1.0" }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "Create a new WebDriver session", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4444/wd/hub/session", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new WebDriver session" }, { "info": { "name": "Terminate a session", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:4444/wd/hub/session/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "WebDriver session ID" } ] }, "docs": "Terminate a session" } ] } ], "bundled": true }