package
1.0.0-rc6
Repository: https://github.com/tluthra/go-chrome.git
Documentation: pkg.go.dev

# Variables

ButtonEvent provides named acces to the ButtonEventEnum values.
KeyEvent provides named acces to the KeyEventEnum values.
MouseEvent provides named acces to the MouseEventEnum values.
TouchEvent provides named acces to the TouchEventEnum values.

# Structs

DispatchKeyEventParams represents Input.dispatchKeyEvent parameters.
DispatchKeyEventResult represents the result of calls to Input.dispatchKeyEvent.
DispatchMouseEventParams represents Input.dispatchMouseEvent parameters.
DispatchMouseEventResult represents the result of calls to Input.dispatchMouseEvent.
DispatchTouchEventParams represents Input.dispatchTouchEvent parameters.
DispatchTouchEventResult represents the result of calls to Input.dispatchTouchEvent.
EmulateTouchFromMouseEventParams represents Input.emulateTouchFromMouseEvent parameters.
EmulateTouchFromMouseEventResult represents the result of calls to Input.emulateTouchFromMouseEvent.
SetIgnoreEventsParams represents Input.setIgnoreInputEvents parameters.
SetIgnoreEventsResult represents the result of calls to Input.setIgnoreEvents.
SynthesizePinchGestureParams represents Input.synthesizePinchGesture parameters.
SynthesizePinchGestureResult represents the result of calls to Input.synthesizePinchGesture.
SynthesizeScrollGestureParams represents Input.synthesizeScrollGesture parameters.
SynthesizeScrollGestureResult represents the result of calls to Input.SynthesizeScrollGesture.
SynthesizeTapGestureParams represents Input.synthesizeTapGesture parameters.
SynthesizeTapGestureResult represents the result of calls to Input.SynthesizeTapGesture.
TouchPoint is a touch point.

# Type aliases

ButtonEventEnum represents the mouse button (default: "none").
GestureSourceType is a gesture source type.
KeyEventEnum represents the type of the key event.
MouseEventEnum represents the type of the mouse event.
TimeSinceEpoch is UTC time in seconds, counted from January 1, 1970.
TouchEventEnum represents the type of the touch event.