Skip to content

Commit a211112

Browse files
committed
last minute fixups before release
1 parent 88880d9 commit a211112

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Revision history for Selenium-Remote-Driver
22

3-
1.32 XX-XX-2019 TEODESIAN
3+
1.32 06-12-2019 TEODESIAN
4+
[New Features]
5+
- Add support for mozilla full pags screenshots
46
[BUG FIXES]
57
- Fix typo in WebElement drag() talking to action chains module. No wonder that didn't work
8+
- Don't auto-da-fe on Macos when shutting down the binary in direct drivers
69

710
1.31 01-06-2019 TEODESIAN
811
[BUG FIXES]

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.31
2+
version = 1.32
33
author = George S. Baugh <george@troglodyne.net>
44
author = Aditya Ivaturi <ivaturi@gmail.com>
55
author = Daniel Gempesaw <gempesaw@gmail.com>

t/04-commands-implemented.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for my $command (keys %{$comm}) {
2727
}
2828
}
2929
}
30-
if (!$found_command && $command !~ /Gecko/) {
30+
if (!$found_command && $command !~ /Gecko|screenshot/i) {
3131
fail("find $command");
3232
}
3333
}
@@ -50,7 +50,7 @@ for my $command (keys %{$comm}) {
5050
}
5151
}
5252
}
53-
if (!$found_command && $command !~ /Gecko/) {
53+
if (!$found_command && $command !~ /Gecko|screenshot/i) {
5454
fail("find $command");
5555
}
5656
}

0 commit comments

Comments
 (0)