MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / save

Method save

java/src/org/openqa/selenium/OutputType.java:85–85  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

83 }
84
85 private File save(byte[] data) {
86 Path tmpFilePath = createScreenshotFile();
87 try {
88 Files.write(tmpFilePath, data);

Callers 2

tinymce.min.jsFile · 0.80
rFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected