Module cdp::browser
[−]
[src]
[Experimental] The Browser domain defines methods and events for browser managing.
Browser
Commands
Browser.getWindowForTargetExperimentalGet the browser window that contains the devtools target.
Browser.getVersionExperimentalReturns version information.
Browser.setWindowBoundsExperimentalSet position and/or size of the browser window.
Browser.getWindowBoundsExperimentalGet position and size of the browser window.
Types
WindowIDExperimentalWindowStateExperimentalThe state of the browser window.
BoundsExperimentalBrowser window bounds information
Structs
| Bounds |
[Experimental] Browser window bounds information |
| GetVersionCommand |
[Experimental] Returns version information. |
| GetVersionResponse |
[Experimental] Returns version information. |
| GetWindowBoundsCommand |
[Experimental] Get position and size of the browser window. |
| GetWindowBoundsResponse |
[Experimental] Get position and size of the browser window. |
| GetWindowForTargetCommand |
[Experimental] Get the browser window that contains the devtools target. |
| GetWindowForTargetResponse |
[Experimental] Get the browser window that contains the devtools target. |
| SetWindowBoundsCommand |
[Experimental] Set position and/or size of the browser window. |
| SetWindowBoundsResponse |
[Experimental] Set position and/or size of the browser window. |
Enums
| WindowState |
[Experimental] The state of the browser window. |
Type Definitions
| WindowId |
[Experimental] |