Browse Source

Merge branch 'jamadam_upload_file_fix2' into upload-file-improve3

Keita Sugama 10 năm trước cách đây
mục cha
commit
4f854208b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Selenium/Remote/Driver.pm

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

@@ -2449,7 +2449,7 @@ sub button_up {
 
 
     When passing raw data, be advised that it expects a zipped
     When passing raw data, be advised that it expects a zipped
     and then base64 encoded version of a single file.
     and then base64 encoded version of a single file.
-    Multiple files are not supported by the remote server.
+    Multiple files and/or directories are not supported by the remote server.
 
 
  Usage:
  Usage:
     my $remote_fname = $driver->upload_file( $fname );
     my $remote_fname = $driver->upload_file( $fname );