Skip to main content
Version: 1.x

Interface: FEListPage

Minimal page interface for FE list operations.

Example

const page: FEListPage = { evaluate: async (s) => ({}) };

Methods

evaluate()

evaluate<TResult>(pageFunction, arg?): Promise<TResult>

Executes a script in the browser context and returns the result.

Type Parameters

TResult

TResult

Parameters

pageFunction

string

arg?

unknown

Returns

Promise<TResult>