Skip to content

Commit

Permalink
Debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Aug 22, 2024
1 parent 937cbe3 commit adab695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/webdriver.toit
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class WebDriver:
}

decoded := json.decode-stream response.body
print "Decoded: $decoded"
session-id := decoded["value"]["sessionId"]
session-url_ = "$url/session/$session-id"

Expand Down

0 comments on commit adab695

Please sign in to comment.