Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct operation produces log output that is alarming, confusing #123

Open
usrlocalben opened this issue Apr 7, 2021 · 0 comments
Open

Comments

@usrlocalben
Copy link
Contributor

Arsenic treats WebDrivers's negative results as Errors.

For example, in many test situations the most likely message traffic
between Arsenic and WebDriver will be "NoSuchElement" as test
implementations sit in wait_for_element() polling loops. These
exceptions are mischaracterized as "errors," resulting in noisy log
output--and confusion.

Logging all exceptions that occur also results in double-logging,
since responses are already logged.

See #122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant