This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kurento-test: geckodriver (Firefox) cannot fetch console logs
geckodriver (Selenium driver for Firefox) does NOT implement fetching console logs through its API (like Chrome does): driver.manage().logs() throws org.openqa.selenium.json.JsonException. For more information, follow this issue: mozilla/geckodriver#284 This commit: -> Adds comments and explanations about this, and catch the org.openqa.selenium.json.JsonException that is thrown when the test is running Firefox and log fetching is attempted. -> Enables Firefox profile settings that should output all console logs to stdout.
- Loading branch information
Showing
2 changed files
with
23 additions
and
3 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