qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

Suppress webdriver warnings #106

Closed turunenm closed 1 year ago

turunenm commented 1 year ago

StaleElementReferenceError and WebDriverException messages from decorator frame.all_frames() are being logged as warnings even though these do not lead to test failures. These warnings probably raise unnecessary concerns for the end users and should be suppressed by default.

warning

Changing log level of these messages to debug instead of warn so that unnecessary stacktrace spam is not shown in the execution logs unless log level is set debug.