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

Method use_persistent_hover

cpp/iedriver/InputManager.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 bool require_window_focus(void) const { return this->require_window_focus_; }
76
77 bool use_persistent_hover(void) const { return this->use_persistent_hover_; }
78
79 ElementScrollBehavior scroll_behavior(void) const {
80 return this->scroll_behavior_;

Callers 3

CreateNewBrowserMethod · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected