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 Nov 29, 2018. It is now read-only.
Currently whenever the Webdriver is meant to throw an exception, the
RemoteServer takes a snapshot, and sends it back as a json very long string.
Typically doing a FindElement(By.Id()) of a non-existent DOM element is
going to systematically trigger the creation of such a snapshot,
which in turns -no surprisingly- terribly slows down running tests which
rely on frequently checking that some elements are not present.
Reported by alexis.j.vuillemin on 2009-04-23 06:32:17