| 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_; |
no outgoing calls
no test coverage detected