qentinelqi / qweb

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

Initial #110

Closed turunenm closed 1 year ago

turunenm commented 1 year ago

Retry loops should not spam into console or info level log.

Changed a few logger.info() calls to logger.debug() calls to remove unnecessary messages from console and info level

Change at line 135 should be paid attention to. That exception handling block raises after logging so it might be reasonable to log at info level because the loop should stop after the raise.

image

This PR also includes a GitHub Action fix for ubuntu-latest currently missing Firefox & Geckodriver