Skip to content

Commit d2a55fd

Browse files
committed
Updating IE driver version resources and prebuilts
1 parent 5aa959e commit d2a55fd

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

12+
v2.52.1.0
13+
=========
14+
* Updated JavaScript automation atoms, including update to wgxpath library.
15+
* Updated IE driver to return NoSuchElement on JavaScript atom errors.
16+
Hitting a JavaScript error with the atom is an unrecoverable error. The
17+
most common case of this for IE is when there is a page refresh,
18+
navigation, or similar, and the driver is polling for element presence.
19+
The calling code can't do anything about it, so we might as well just log
20+
and return "no such element" error code. In the common case, this means
21+
that the error will be transitory, and will sort itself out once the DOM
22+
returns to normal after the page transition is completed. Note carefully
23+
that this is an extreme hack, and has the potential to be masking a very
24+
serious problem in the driver.
25+
* Bumped IE default file upload dialog timoeut to 3000ms.
26+
1227
v2.52.0.1
1328
=========
1429
* Removing IE driver support for ie.validateCookieDocumentType capability.
2 Bytes
Binary file not shown.
-7 KB
Binary file not shown.
-6.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)