Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ PointerParameters
Class
PointerParameters
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
public sealed record PointerParameters
119
{
120
public PointerType? PointerType { get; init; }
121
}
122
123
[JsonConverter(typeof(CamelCaseEnumConverter<PointerType>))]
124
public enum PointerType
Callers
10
test_pointer_click
Function · 0.85
test_pointer_move_with_element_origin
Function · 0.85
test_pointer_with_common_properties
Function · 0.85
test_combined_input_actions
Function · 0.85
test_perform_actions_multiple_pointer_buttons
Function · 0.85
test_perform_actions_pointer_touch_type
Function · 0.85
test_perform_actions_pointer_pen_type
Function · 0.85
test_perform_actions_pointer_move_with_duration
Function · 0.85
test_release_actions_clears_pointer_state
Function · 0.85
test_pointer_common_properties_pressure_values
Function · 0.85
Calls
no outgoing calls
Tested by
10
test_pointer_click
Function · 0.68
test_pointer_move_with_element_origin
Function · 0.68
test_pointer_with_common_properties
Function · 0.68
test_combined_input_actions
Function · 0.68
test_perform_actions_multiple_pointer_buttons
Function · 0.68
test_perform_actions_pointer_touch_type
Function · 0.68
test_perform_actions_pointer_pen_type
Function · 0.68
test_perform_actions_pointer_move_with_duration
Function · 0.68
test_release_actions_clears_pointer_state
Function · 0.68
test_pointer_common_properties_pressure_values
Function · 0.68