Page.prototype.deleteVisual = function()

in src/extensions/pageExtensions.ts [86:88]


        Page.prototype.deleteVisual = function(this: Page, visualName: string): Promise<void> {
            return PageExtensions.post<void>(this, `/report/pages/${this.name}/deleteVisual`, { visualName });
        };