Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ KeyDownAction
Class
KeyDownAction
dotnet/src/webdriver/BiDi/Input/SourceActions.cs:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
: SourceActions<INoneSourceAction>(Id, Actions);
73
74
public sealed record KeyDownAction(char Value) : IKeySourceAction;
75
76
public sealed record KeyUpAction(char Value) : IKeySourceAction;
77
Callers
7
test_basic_key_input
Function · 0.85
test_key_input_with_pause
Function · 0.85
test_combined_input_actions
Function · 0.85
test_release_actions
Function · 0.85
test_perform_actions_rapid_key_sequence
Function · 0.85
test_key_input_special_characters
Function · 0.85
test_key_input_with_value_attribute
Function · 0.85
Calls
no outgoing calls
Tested by
7
test_basic_key_input
Function · 0.68
test_key_input_with_pause
Function · 0.68
test_combined_input_actions
Function · 0.68
test_release_actions
Function · 0.68
test_perform_actions_rapid_key_sequence
Function · 0.68
test_key_input_special_characters
Function · 0.68
test_key_input_with_value_attribute
Function · 0.68