Click or drag to resize

InputClientSynthesizeTapGestureAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SynthesizeTapGestureAsync(
	long x,
	long y,
	Nullable<int> duration = null,
	Nullable<int> tapCount = null,
	Nullable<GestureSourceType> gestureSourceType = null
)

Parameters

x
Type: SystemInt64

[Missing <param name="x"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

y
Type: SystemInt64

[Missing <param name="y"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

duration (Optional)
Type: SystemNullableInt32

[Missing <param name="duration"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

tapCount (Optional)
Type: SystemNullableInt32

[Missing <param name="tapCount"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

gestureSourceType (Optional)
Type: SystemNullableGestureSourceType

[Missing <param name="gestureSourceType"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizeTapGestureAsync(System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

See Also