MCPcopy
hub / github.com/emacs-eaf/emacs-application-framework / select_all

Method select_all

core/webengine.py:577–581  ·  view source on GitHub ↗

Select all text.

(self)

Source from the content-addressed store, hash-verified

575 self.triggerPageAction(self.web_page.WebAction.ViewSource)
576
577 def select_all(self):
578 ''' Select all text.'''
579 # We need window focus before select all text.
580 self.eval_js("window.focus()")
581 self.triggerPageAction(self.web_page.WebAction.SelectAll)
582
583 def select_input_text(self):
584 ''' Select input text.'''

Callers 1

Calls 1

eval_jsMethod · 0.95

Tested by

no test coverage detected