Documentation
¶
Overview ¶
Package clipboard contains functionality shared by tests that exercise Clipboard restrictions of DLP.
Index ¶
- Constants
- func CheckClipboardBubble(ctx context.Context, ui *uiauto.Context, url string) error
- func CheckGreyPasteNode(ctx context.Context, ui *uiauto.Context) error
- func CheckPastedContent(ctx context.Context, ui *uiauto.Context, content string) error
- func GetClipboardContent(ctx context.Context, tconn *chrome.TestConn) (string, error)
Constants ¶
View Source
const ( CheckWordsMax = 10 CheckWordsMin = 1 )
Upper and lower bounds of the number of words to check between the pasted and copied strings.
Variables ¶
This section is empty.
Functions ¶
func CheckClipboardBubble ¶
CheckClipboardBubble checks if clipboard restriction bubble exists.
func CheckGreyPasteNode ¶
CheckGreyPasteNode checks if greyed paste node exists.
func CheckPastedContent ¶
CheckPastedContent checks if a certain string appears in the search box.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.