-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from vania-pooh/master
Docs improvements
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
== Proxying Session Video | ||
|
||
Ggr gives you an ability to view Selenium session videos captured directly from browser screen. | ||
|
||
. Video files are expected to be stored on the hub hosts specified in quota files and accessible via the following URL: | ||
|
||
http://hub-host.example.com:4444/video/<real-session-id>.mp4 | ||
|
||
+ | ||
This API for example is supported by http://aerokube.com/selenoid/latest[Selenoid]. | ||
. To download video file via Ggr just use the same request but with the session ID returned to test: | ||
|
||
http://ggr-host.example.com:4444/video/<test-session-id>.mp4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters