In our first script, we will navigate to `whatsmyuseragent.org` and take a screenshot in WebKit.
```csharp
// FIXME:
```
By default, Playwright runs the browsers in headless mode. To see the browser UI, pass the `headless=False` flag while launching the browser. You can also use [`option: slowMo`] to slow down execution. Learn more in the debugging tools [section](./debug.md).
```csharp
// FIXME:
```
## Record scripts
Command Line Interface [CLI](./cli.md) can be used to record user interactions and generate C# code.
```sh
# FIXME:
```
## System requirements
The browser binaries for Chromium, Firefox and WebKit work across the 3 platforms (Windows, macOS, Linux):