Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ web-interactor.test.ts
File
web-interactor.test.ts
src/core/__tests__/web-interactor.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
;
2
import
{ test } from
'vitest'
;
3
import
{ createWebInteractor } from
'../interactors/web.ts'
;
4
import
{ AppError } from
'../../kernel/errors.ts'
;
Callers
nothing calls this directly
Calls
13
createWebInteractor
Function · 0.90
withWebProvider
Function · 0.90
open
Method · 0.80
tap
Method · 0.80
focus
Method · 0.80
fill
Method · 0.80
type
Method · 0.80
scroll
Method · 0.80
snapshot
Method · 0.80
makeWebProvider
Function · 0.70
close
Method · 0.45
screenshot
Method · 0.45
Tested by
no test coverage detected