Minimal page interface for List Report operations.
const page: ListReportPage = { evaluate: async () => ({}), waitForFunction: async () => ({}) }; Copy
const page: ListReportPage = { evaluate: async () => ({}), waitForFunction: async () => ({}) };
Optional
Minimal page interface for List Report operations.
Example