Commit 54b3b23
Fix HTTP Method for Create Window
The HTTP Method for Create Window command was specified
as POST at https://w3c.github.io/webdriver/#endpoints,
but as GET at https://w3c.github.io/webdriver/#create-window.
Since this command takes a parameter, it needs to use POST method.1 parent de3aadf commit 54b3b23
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3245 | 3245 | | |
3246 | 3246 | | |
3247 | 3247 | | |
3248 | | - | |
| 3248 | + | |
3249 | 3249 | | |
3250 | 3250 | | |
3251 | 3251 | | |
| |||
0 commit comments