From 026fc3ce1185d32285736cddc00b985c97fbe89e Mon Sep 17 00:00:00 2001 From: Mariano Montone Date: Mon, 3 May 2021 19:09:17 -0300 Subject: [PATCH] Point to capabilities docs. --- src/session.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/session.lisp b/src/session.lisp index 7282eaf..332b206 100644 --- a/src/session.lisp +++ b/src/session.lisp @@ -17,7 +17,10 @@ The server should maintain one browser per session. Commands sent to a session w platform-version accept-ssl-certs additional-capabilities) - "Creates a new WebDriver session with the endpoint node. If the creation fails, a session not created error is returned." + "Creates a new WebDriver session with the endpoint node. If the creation fails, a session not created error is returned. + +See: https://www.w3.org/TR/webdriver1/#new-session. +See: https://www.w3.org/TR/webdriver1/#capabilities." (let ((response (http-post "/session" `(:session-id nil :desired-capabilities ((browser-name . ,browser-name)