Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

RemoteWebDriver should not systematically -when an exception is thrown- take a snapshot and send it back  #185

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 185

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions