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
{{ message }}
This repository was archived by the owner on Jul 2, 2026. It is now read-only.
Hi guys,
I'm looking for a way to extend the Element asserter.
Because I need the
withContentfeature to to trim and escape HTML characters before the comparison.Is there any way to do that?
The Element asserter instantiation is hard-coded in the Crawler asserter.
Unfortunately I can't extend the Crawler asserter either because it's hard-coded as well.