Explorar o código

Fix #420 - simple stuff

George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
85baadbf65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Selenium/Remote/Driver.pm

+ 1 - 1
lib/Selenium/Remote/Driver.pm

@@ -925,7 +925,7 @@ sub new_session {
             'browserName'       => $self->browser_name,
             'platform'          => $self->platform,
             'javascriptEnabled' => $self->javascript,
-            'version'           => $self->version,
+            'version'           => $self->version // '',
             'acceptSslCerts'    => $self->accept_ssl_certs,
             %$extra_capabilities,
         },