MCPcopy Create free account
hub / github.com/tebeka/selenium / NewFrameBuffer

Function NewFrameBuffer

service.go:312–314  ·  view source on GitHub ↗

NewFrameBuffer starts an X virtual frame buffer running in the background. This is equivalent to calling NewFrameBufferWithOptions with an empty NewFrameBufferWithOptions.

()

Source from the content-addressed store, hash-verified

310//
311// This is equivalent to calling NewFrameBufferWithOptions with an empty NewFrameBufferWithOptions.
312func NewFrameBuffer() (*FrameBuffer, error) {
313 return NewFrameBufferWithOptions(FrameBufferOptions{})
314}
315
316// NewFrameBufferWithOptions starts an X virtual frame buffer running in the background.
317// FrameBufferOptions may be populated to change the behavior of the frame buffer.

Callers 1

TestFrameBufferFunction · 0.85

Calls 1

Tested by 1

TestFrameBufferFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…