(self, key)
| 627 | |
| 628 | @preconditions(_validate_key) |
| 629 | def hold(self, key): |
| 630 | return HoldKeyContext(self, key) |
| 631 | |
| 632 | def get_selected_text(self): |
| 633 | return self.driver.execute_script("return window.getSelection().toString()") |
no test coverage detected