Skip to content

Commit

Permalink
commands-yml changes
Browse files Browse the repository at this point in the history
fixing method and specification Url for execute
  • Loading branch information
babusekaran committed Jun 25, 2019
1 parent 1ecf837 commit 57d8e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands-yml/commands/web/execute-async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ client_support:
# Information about the HTTP endpoints
endpoint:
url: /wd/hub/session/:session_id/execute_async
method: GET
method: POST
url_parameters:
- name: session_id
description: ID of the session to route the command to
Expand Down
6 changes: 3 additions & 3 deletions commands-yml/commands/web/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ client_support:

# Information about the HTTP endpoints
endpoint:
url: /wd/hub/session/:session_id/execute_async
method: GET
url: /wd/hub/session/:session_id/execute
method: POST
url_parameters:
- name: session_id
description: ID of the session to route the command to
Expand All @@ -99,4 +99,4 @@ endpoint:
# Links to specifications. Should link to at least one specification
specifications:
w3c: https://www.w3.org/TR/webdriver/#dfn-execute-script
jsonwp: https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidexecute_async
jsonwp: https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidexecute

0 comments on commit 57d8e1f

Please sign in to comment.