Page.removeExposedFunction() method

The method removes a previously added function via $Page.exposeFunction() called name from the page’s window object.

Signature

class Page {
  abstract removeExposedFunction(name: string): Promise<void>;
}

Parameters

Parameter Type Description
name string

Returns:

Promise<void>