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

Function uc_gui_write

seleniumbase/core/browser_launcher.py:1203–1209  ·  view source on GitHub ↗
(driver, text)

Source from the content-addressed store, hash-verified

1201
1202
1203def uc_gui_write(driver, text):
1204 install_pyautogui_if_missing(driver)
1205 import pyautogui
1206 pyautogui = get_configured_pyautogui(pyautogui)
1207 gui_lock = FileLock(constants.MultiBrowser.PYAUTOGUILOCK)
1208 with gui_lock:
1209 pyautogui.write(text)
1210
1211
1212def get_gui_element_position(driver, selector):

Callers 1

get_local_driverFunction · 0.85

Calls 3

get_configured_pyautoguiFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…