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.37 02-17-2019 TEODESIAN
4+ [BUG FIXES]
5+ - obey the auto_close flag in the direct drivers
6+
371.36 10-21-2019 TEODESIAN
48 [BUG FIXES]
59 - Adjust handling of chrome due to it implementing WC3 mostly correctly now
Original file line number Diff line number Diff line change 11name = Selenium-Remote-Driver
2- version = 1.36
2+ version = 1.37
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 @@ -410,10 +410,10 @@ sub _handle_firefox_setup {
410410sub shutdown_binary {
411411 my ($self ) = @_ ;
412412
413- if ( $self -> auto_close && defined $self -> session_id ) {
413+ return unless $self -> auto_close();
414+ if ( defined $self -> session_id ) {
414415 $self -> quit();
415416 }
416-
417417 if ( $self -> has_binary_mode && $self -> binary_mode ) {
418418
419419 # Tell the binary itself to shutdown
You can’t perform that action at this time.
0 commit comments