Minimal page interface for FE table operations.
const page: FETablePage = { evaluate: async (s) => ({}), waitForFunction: async (s) => undefined,}; Copy
const page: FETablePage = { evaluate: async (s) => ({}), waitForFunction: async (s) => undefined,};
Executes a script in the browser context and returns the result.
Optional
Waits until a browser-side predicate returns a truthy value.
Minimal page interface for FE table operations.
Example