MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / StoreModifiersState

Method StoreModifiersState

cpp/webdriver-interactions/interactions_linux.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void KeypressEventsHandler::StoreModifiersState()
245{
246 for_each(modifiers_.begin(), modifiers_.end(),
247 bind2nd(mem_fun_ref(&XModifierKey::StoreState), &modifiers_state_));
248 LOG(DEBUG) << "Stored modifiers: " << modifiers_state_;
249}
250
251bool KeypressEventsHandler::IsModifierKey(wchar_t key)
252{

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
LOGClass · 0.70

Tested by

no test coverage detected