MCPcopy
hub / github.com/nat/natbot / type

Method type

natbot.py:210–212  ·  view source on GitHub ↗
(self, id, text)

Source from the content-addressed store, hash-verified

208 print("Could not find element")
209
210 def type(self, id, text):
211 self.click(id)
212 self.page.keyboard.type(text)
213
214 def enter(self):
215 self.page.keyboard.press("Enter")

Callers 2

run_cmdFunction · 0.80
natbot.pyFile · 0.80

Calls 1

clickMethod · 0.95

Tested by

no test coverage detected