Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stitionai/devika
/ type
Method
type
src/browser/interaction.py:224–226 ·
view source on GitHub ↗
(self, id, text)
Source
from the content-addressed store, hash-verified
222
print(
"Could not find element"
)
223
224
def
type(self, id, text):
225
self.click(id)
226
self.page.keyboard.type(text)
227
228
def
enter(self):
229
self.page.keyboard.press(
"Enter"
)
Callers
1
run_cmd
Function · 0.80
Calls
1
click
Method · 0.95
Tested by
no test coverage detected