You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: