Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ getModifierKeysState
Method
getModifierKeysState
cpp/webdriver-interactions/interactions_linux.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
guint32 KeypressEventsHandler::getModifierKeysState()
311
{
312
return modifiers_state_;
313
}
314
315
316
GdkEvent* KeypressEventsHandler::CreateEmptyKeyEvent(KeyEventType ev_type)
Callers
2
sendKeys
Function · 0.80
releaseModifierKeys
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected