SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

Patch: Create OutputType from bytes #1836

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 1836

This patch adds a `T convertFromPngBytes(byte[] png);` method to OutputType, and implements
it for the existing BYTES, FILE and BASE64 types.

I'm adding this for use in OperaDriver, where we get screenshots back as bytes from
Opera, instead of a base64 encoded string.

Reported by stuidge on 2011-06-14 12:32:37


lukeis commented 8 years ago
This issue was closed by revision r12534.

Reported by simon.m.stewart on 2011-06-20 18:07:36

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:13:02