> For the complete documentation index, see [llms.txt](https://docs.pylenium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pylenium.io/driver-commands/browser.md).

# Browser

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