Skip to content

Commit

Permalink
Point to capabilities docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontone committed May 3, 2021
1 parent a2ec886 commit 026fc3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/session.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 026fc3c

Please sign in to comment.