Documentation
¶
Overview ¶
Package wmp contains utility functions for window management and performance.
Package wmp contains utility functions for window resize operations.
Index ¶
- Constants
- func CaptureScreenshot(tconn *chrome.TestConn, sst screenshotType) action.Action
- func LaunchScreenCapture(ctx context.Context, tconn *chrome.TestConn) error
- func ResizableArea(ctx context.Context, tconn *chrome.TestConn) (*coords.Rect, error)
- func StableDrag(tconn *chrome.TestConn, window *nodewith.Finder, srcPt, endPt coords.Point) uiauto.Action
Constants ¶
View Source
const ( // FullScreen is the type to take a full screenshot. FullScreen screenshotType = iota )
Variables ¶
This section is empty.
Functions ¶
func CaptureScreenshot ¶
CaptureScreenshot captures screenshot according to the argument passed in, fullscreen, partial or window.
func LaunchScreenCapture ¶
LaunchScreenCapture launches "Screen capture" from Quick Settings.
func ResizableArea ¶
ResizableArea setups resizeable area before performing resizing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.