dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

Add tools to control the iframe log #41

Closed WilcoFiers closed 5 years ago

WilcoFiers commented 7 years ago

When axe-webdriverjs fails to inject, it sends out a log message. This may be undesired in things like axe-cli, where we need control over what is and isn't put into the console. We should make it possible to capture these messages, rather than send them to the console.