Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the command line options passed to the headless browser, influencing its behavior during automated tests. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "'--no-sandbox,--disable-gpu", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting testing configurations or troubleshooting browser-related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.browser_options |
| Sys ID |
cbb2dc10773620103fe4b5b268106176 |
| Type |
string |
| Application |
Global |
| Default value |
'--no-sandbox,--disable-gpu |
| Description |
Comma separated list of command line arguments to pass to the headless browser. Default: --no-sandbox,--disable-gpu |
| Updated |
2024-05-25 04:28:51 |
Sources
Related properties