MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / get_visible_form

Function get_visible_form

test/template.py:22–26  ·  view source on GitHub ↗
(browser)

Source from the content-addressed store, hash-verified

20
21
22def get_visible_form(browser):
23 forms = browser.find_elements(By.CSS_SELECTOR, '#input-cards > div')
24 for f in forms:
25 if f.is_displayed():
26 return f
27
28
29def basic_output():

Callers 1

test_inputFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inputFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…