Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScreenShot ¶
type ScreenShot struct{}
Screenshot is the screenshot handler
func (*ScreenShot) GetAllScreenshots ¶
func (s *ScreenShot) GetAllScreenshots( ctx context.Context, screen int, saveDir string, delayBetweenShots time.Duration, nFrames int, width uint, ) error
GetAllScreenshots takes a series of nFrame screenshots with a delay between shots given by delayBetweenShots and saves it to saveDir.
Click to show internal directories.
Click to hide internal directories.