Disposable is returned from various methods to allow undoing the corresponding action. For example, page.addInitScript(script[, arg]) returns a Disposable that can be used to remove the init script.
Removes the associated resource. For example, removes the init script installed via page.addInitScript(script[, arg]) or browserContext.addInitScript(script[, arg]).
Disposable is returned from various methods to allow undoing the corresponding action. For example, page.addInitScript(script[, arg]) returns a Disposable that can be used to remove the init script.