File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision 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
7101.31 01-06-2019 TEODESIAN
811 [BUG FIXES]
Original file line number Diff line number Diff line change 11name = Selenium-Remote-Driver
2- version = 1.31
2+ version = 1.32
33author = George S. Baugh <george@troglodyne.net>
44author = Aditya Ivaturi <ivaturi@gmail.com>
55author = Daniel Gempesaw <gempesaw@gmail.com>
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments