# Browser

- [execute\_script](/driver-commands/browser/execute_script.md): The command to execute javascript into the browser.
- [execute\_async\_script](/driver-commands/browser/execute_async_script.md): The command to execute async javascript into the browser.
- [maximize\_window](/driver-commands/browser/maximize_window.md): The command the maximize the current window.
- [screenshot](/driver-commands/browser/screenshot.md): The command to take a screenshot of the current window.
- [scroll\_to](/driver-commands/browser/scroll_to.md): The command to scroll to the given location.
- [title](/driver-commands/browser/title.md): The command to get the current page's title.
- [url](/driver-commands/browser/url.md): The command to get the current page's URL.
- [window\_handles](/driver-commands/browser/window_handles.md): This property gets a list of all the window handles in the current browser session.
- [window\_size](/driver-commands/browser/window_size.md): This property get the size of the current window.
- [viewport](/driver-commands/browser/viewport.md): The command to control the size and orientation of the current browser window.
