Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Support non-standard Selenoid features as WebDriver protocol extensions #399

Closed
vania-pooh opened this issue Mar 27, 2018 · 1 comment · Fixed by #1157
Closed

Support non-standard Selenoid features as WebDriver protocol extensions #399

vania-pooh opened this issue Mar 27, 2018 · 1 comment · Fixed by #1157
Milestone

Comments

@vania-pooh
Copy link
Member

Should be able to use the following urls (WebDriver protocol extensions):

http://selenoid-host.example.com:4444/wd/hub/session/<id>/selenoid/vnc -> returns WebSocket
http://selenoid-host.example.com:4444/wd/hub/session/<id>/selenoid/logs -> returns WebSocket
http://selenoid-host.example.com:4444/wd/hub/session/<id>/selenoid/file/filename.ext -> returns file
@vania-pooh vania-pooh changed the title Support non-standard Selenoid features as protocol extensions Support non-standard Selenoid features as WebDriver protocol extensions Mar 27, 2018
@vania-pooh vania-pooh added this to the 1.10.7 milestone Nov 15, 2021
@vania-pooh
Copy link
Member Author

In fact we only need to support /clipboard and /download as protocol extension commands. Other API requests are not related to browser manipulation at all and thus are not extension commands.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant