Skip to content

Commit 1171e00

Browse files
committed
update release, add doc note about krom being crippleware as usual
1 parent ae84636 commit 1171e00

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for Selenium-Remote-Driver
22

3+
1.36 10-21-2019 TEODESIAN
4+
[BUG FIXES]
5+
- Adjust handling of chrome due to it implementing WC3 mostly correctly now
6+
- Fix browser detection logic in screenshot()
7+
- Actually apply the fix from 1.35 in the right place, heh
8+
39
1.35 10-21-2019 TEODESIAN
410
[BUG FIXES]
511
- Fix race condition and inability to find a port in certain circumstances when using direct driver modules.

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Selenium-Remote-Driver
2-
version = 1.35
2+
version = 1.36
33
author = George S. Baugh <george@troglodyne.net>
44
author = Aditya Ivaturi <ivaturi@gmail.com>
55
author = Daniel Gempesaw <gempesaw@gmail.com>

lib/Selenium/Remote/Driver.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ WD3 enabled server with chromedriver enabled.
248248
249249
https://sites.google.com/a/chromium.org/chromedriver/capabilities
250250
251+
Also, if you instantiate the object in WC3 mode (which is the default), the remote driver will throw exceptions you have no choice but to catch,
252+
rather than falling back to JSONWire methods where applicable like geckodriver does.
251253
252254
=head1 CONSTRUCTOR
253255

0 commit comments

Comments
 (0)