Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cmd
Function · 0.80
natbot.py
File · 0.80
Calls
1
click
Method · 0.95
Tested by
no test coverage detected