@@ -6790,17 +6790,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
67906790 }
67916791 export type goForwardReturnValue = {
67926792 }
6793- /**
6794- * Navigates current page to the given URL.
6795- */
6796- export type navigateParameters = {
6797- /**
6798- * URL to navigate the page to.
6799- */
6800- url : string ;
6801- }
6802- export type navigateReturnValue = {
6803- }
68046793 /**
68056794 * Override's the user agent of the inspected page
68066795 */
@@ -9405,7 +9394,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
94059394 "Page.reload" : Page . reloadParameters ;
94069395 "Page.goBack" : Page . goBackParameters ;
94079396 "Page.goForward" : Page . goForwardParameters ;
9408- "Page.navigate" : Page . navigateParameters ;
94099397 "Page.overrideUserAgent" : Page . overrideUserAgentParameters ;
94109398 "Page.overridePlatform" : Page . overridePlatformParameters ;
94119399 "Page.overrideSetting" : Page . overrideSettingParameters ;
@@ -9712,7 +9700,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
97129700 "Page.reload" : Page . reloadReturnValue ;
97139701 "Page.goBack" : Page . goBackReturnValue ;
97149702 "Page.goForward" : Page . goForwardReturnValue ;
9715- "Page.navigate" : Page . navigateReturnValue ;
97169703 "Page.overrideUserAgent" : Page . overrideUserAgentReturnValue ;
97179704 "Page.overridePlatform" : Page . overridePlatformReturnValue ;
97189705 "Page.overrideSetting" : Page . overrideSettingReturnValue ;
0 commit comments