Explorar el Código

fix document typo

sugama hace 5 años
padre
commit
b87d418ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Selenium/Remote/Driver.pm

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

@@ -1791,7 +1791,7 @@ sub get_window_handles {
 
  Usage:
     my $window_size = $driver->get_window_size();
-    print $window_size->{'height'}, $window_size->('width');
+    print $window_size->{'height'}, $window_size->{'width'};
 
 =cut