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,};
Optional
Minimal page interface for FE table operations.
Example