Minimal page interface for Object Page operations.
const page: ObjectPagePage = { evaluate: async () => ({}), waitForFunction: async () => ({}) }; Copy
const page: ObjectPagePage = { evaluate: async () => ({}), waitForFunction: async () => ({}) };
Optional
Minimal page interface for Object Page operations.
Example