# PlaywrightAdvancedOptions

**Help URL:** `/forms/playwright-advanced-options`

## Purpose

Edit advanced Playwright configuration settings that don’t fit in the basic run configuration editor.

## Common Tasks

* Set advanced `use` options (user agent, locale/timezone, mobile/touch, color scheme, geolocation, trace/screenshot/video, headers, proxy, HTTP credentials).
* Configure reporters.
* Configure a web server command + environment variables for runs that need a local server.
* Set global timeouts, retries, and “forbidOnly”.

## Key UI Elements

* Use section: Advanced browser context/run settings (headers/proxy/credentials, tracing, screenshots, etc.).
* Reporter editor: Configure Playwright reporters.
* Web server section: Command/URL/port/timeouts and env vars.
* OK: Applies values back to the caller and closes.

## Notes

* This dialog edits the configuration object in-memory and returns values back to [PlaywrightTestConfiguration](/reference/forms/playwright-test-configuration.md) for saving.
* If you don’t need advanced settings, the basic options in [Run](/reference/forms/run.md) and [PlaywrightTestConfiguration](/reference/forms/playwright-test-configuration.md) are usually enough.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.testvibe.com/reference/forms/playwright-advanced-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
