Skip to main content
Browser pools accept an optional chrome_policy object that applies Chrome enterprise policies to every browser in the pool. The same field is also available on on-demand browsers — see Chrome policies for the general reference, supported keys, and on-demand usage.

Setting chrome policies on a pool

Pass a chrome_policy object when creating or updating a pool. Keys are Chrome policy names and values are the corresponding settings.

Updating policies on an existing pool

You can update chrome_policy on an existing pool. Pass discard_all_idle: true to immediately replace all idle browsers with the new policy configuration.

Available policies

See Chrome policies for a reference of commonly used policy keys. Any policy listed in the Chrome Enterprise policy documentation can be used in the chrome_policy object.