Minimal page interface for Object Page operations.
const page: ObjectPagePage = { evaluate: async () => ({}), waitForFunction: async () => ({}) }; Copy
const page: ObjectPagePage = { evaluate: async () => ({}), waitForFunction: async () => ({}) };
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 Object Page operations.
Example