Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackwener/OpenCLI
/ evaluate
Method
evaluate
src/browser/article-extract.ts:178–178 ·
view source on GitHub ↗
(js: string)
Source
from the content-addressed store, hash-verified
176
177
export
interface
PageLike {
178
evaluate(js: string): Promise<unknown>;
179
}
180
181
/**
Callers
15
extractArticle
Function · 0.65
page.test.ts
File · 0.65
runResolve
Function · 0.65
evaluateWithArgs
Function · 0.65
annotatedScreenshot
Function · 0.65
click
Function · 0.65
isResolvedFocused
Function · 0.65
typeText
Function · 0.65
hover
Function · 0.65
focus
Function · 0.65
dblClick
Function · 0.65
readCheckableState
Function · 0.65
Implementers
5
CDPPage
src/browser/cdp.ts
Page
src/browser/page.ts
TestPage
src/browser/base-page.test.ts
ActionPage
src/browser/base-page.test.ts
EvalCapturePage
src/browser/base-page.test.ts
Calls
no outgoing calls
Tested by
no test coverage detected