Package org.hildan.chrome.devtools.domains.browser
See: Description
-
Class Summary Class Description SetPermissionRequest Request object containing input parameters for the BrowserDomain.setPermission command. GrantPermissionsRequest Request object containing input parameters for the BrowserDomain.grantPermissions command. ResetPermissionsRequest Request object containing input parameters for the BrowserDomain.resetPermissions command. SetDownloadBehaviorRequest Request object containing input parameters for the BrowserDomain.setDownloadBehavior command. GetVersionResponse Response type for the BrowserDomain.getVersion command. GetBrowserCommandLineResponse Response type for the BrowserDomain.getBrowserCommandLine command. GetHistogramsRequest Request object containing input parameters for the BrowserDomain.getHistograms command. GetHistogramsResponse Response type for the BrowserDomain.getHistograms command. GetHistogramRequest Request object containing input parameters for the BrowserDomain.getHistogram command. GetHistogramResponse Response type for the BrowserDomain.getHistogram command. GetWindowBoundsRequest Request object containing input parameters for the BrowserDomain.getWindowBounds command. GetWindowBoundsResponse Response type for the BrowserDomain.getWindowBounds command. GetWindowForTargetRequest Request object containing input parameters for the BrowserDomain.getWindowForTarget command. GetWindowForTargetResponse Response type for the BrowserDomain.getWindowForTarget command. SetWindowBoundsRequest Request object containing input parameters for the BrowserDomain.setWindowBounds command. SetDockTileRequest Request object containing input parameters for the BrowserDomain.setDockTile command. ExecuteBrowserCommandRequest Request object containing input parameters for the BrowserDomain.executeBrowserCommand command. BrowserDomain The Browser domain defines methods and events for browser managing. Bounds Browser window bounds informationOfficial doc PermissionDescriptor Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dictdef-permissiondescriptor. Bucket Chrome histogram bucket. Histogram Chrome histogram. -
Enum Summary Enum Description WindowState The state of the browser window. PermissionType Official doc PermissionSetting Official doc BrowserCommandId Browser command ids used by executeBrowserCommand.