Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Bug: StaleElementException Log #263

Closed wurzelkuchen closed 4 months ago

wurzelkuchen commented 4 months ago

Quick Description

The EventFiringDecorator, currently produces a lot of log with stale element exceptions, which are catched, filling up log files quite fast.

Actual Behaviour

There is a full stacktrace with additional information in the log even thought the exception is known.

Expected Behaviour

Exceptions which are expected and covered should not produce additional log entries.