MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / write

Method write

seleniumbase/fixtures/base_case.py:9738–9742  ·  view source on GitHub ↗

Same as self.update_text()

(
        self, selector, text, by="css selector", timeout=None, retry=False
    )

Source from the content-addressed store, hash-verified

9736 self.update_text(selector, text, by=by, timeout=timeout, retry=retry)
9737
9738 def write(
9739 self, selector, text, by="css selector", timeout=None, retry=False
9740 ):
9741 """Same as self.update_text()"""
9742 self.update_text(selector, text, by=by, timeout=timeout, retry=retry)
9743
9744 def click_link(self, link_text, timeout=None):
9745 """Same as self.click_link_text()"""

Callers 15

mainFunction · 0.80
create_proxy_extFunction · 0.80
colorize_tracebackMethod · 0.80
formatterMethod · 0.80
gui_writeMethod · 0.80
save_page_sourceMethod · 0.80
process_failuresFunction · 0.80
add_bad_page_log_fileFunction · 0.80
add_results_pageFunction · 0.80
uc_gui_writeFunction · 0.80
log_screenshotFunction · 0.80

Calls 1

update_textMethod · 0.95

Tested by 5

pytest_collection_finishFunction · 0.64
_fix_html_reportFunction · 0.64
pytest_runtest_teardownFunction · 0.64
pytest_unconfigureFunction · 0.64