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

Method KeyUp

selenium.go:332–332  ·  view source on GitHub ↗

KeyUp indicates that a previous keystroke sent by KeyDown should be released.

(keys string)

Source from the content-addressed store, hash-verified

330 // KeyUp indicates that a previous keystroke sent by KeyDown should be
331 // released.
332 KeyUp(keys string) error
333 // Screenshot takes a screenshot of the browser window.
334 Screenshot() ([]byte, error)
335 // Log fetches the logs. Log types must be previously configured in the

Callers 1

testKeyDownUpFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testKeyDownUpFunction · 0.52