-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
It looks like Chrome now requires a PUT request to start the dev tools. Starting a new tab now produces a JSONDecodeError because the response is not JSON. The actual response is a 405 with the content: Using unsafe HTTP verb GET to invoke /json/new. This action supports only PUT verb.
Line 33 in c6c755b
| rp = requests.get("%s/json" % self.dev_url, json=True, timeout=timeout) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels