MCPcopy Create free account
hub / github.com/bugy/script-server / execute_script

Method execute_script

src/e2e_tests/common/pages.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 return None
131
132 def execute_script(self):
133 self.button_execute.click()
134 time.sleep(3)
135 return True
136
137 def is_404_page(self):
138 return self.find_element("body.cms-no-route") is not None

Callers 2

test_run_scriptFunction · 0.80
test_run_second_scriptFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_run_scriptFunction · 0.64
test_run_second_scriptFunction · 0.64