You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Operating System and Version MAC OSX El Capitan 10.11.6
Steps to reproduce the bug
Try uploading a file which is more than 250 MB
Minimal TC
browser.setFileDetector(new remote.FileDetector());
$(element).sendKeys(<some big file>).then(function(){
console.log("File uploaded");
}).catch(function(err){
console.log("Failed to select a file",err)
});
Expected Result:
File should be uploaded successfully.
Actual Result:
"toString()" failed
at Buffer.toString (buffer.js:495:11)
The text was updated successfully, but these errors were encountered:
sri85
changed the title
Protractor fails to upload files which are greater than 200 MB
Protractor fails to upload files which are greater than 200 MB due to limitations of FileDetector
Jun 2, 2017
Sorry for the late reply here. Protractor doesn't do any specific handling of files so this is definitely something better raised on the selenium project. Please open an issue there if this is something you need.
Node Version:
v6.9.2
Protractor Version:
5.1.1
Angular Version: ``
Browser(s):
Chrome
Operating System and Version
MAC OSX El Capitan 10.11.6
Steps to reproduce the bug
Minimal TC
Expected Result:
File should be uploaded successfully.
Actual Result:
I think I might be hitting SeleniumHQ/selenium-google-code-issue-archive#4442
Are there any workarounds ? Or a possible fix ?
The text was updated successfully, but these errors were encountered: