MCPcopy 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
310guint32 KeypressEventsHandler::getModifierKeysState()
311{
312 return modifiers_state_;
313}
314
315
316GdkEvent* KeypressEventsHandler::CreateEmptyKeyEvent(KeyEventType ev_type)

Callers 2

sendKeysFunction · 0.80
releaseModifierKeysFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected