Minimal page interface for FE list operations.
const page: FEListPage = { evaluate: async (s) => ({}) }; Copy
const page: FEListPage = { evaluate: async (s) => ({}) };
Executes a script in the browser context and returns the result.
Optional
Minimal page interface for FE list operations.
Example