# Default Chrome Version Change

On April 19, 2024 at 12pm Central Time, Testery will change the default Chrome version for all Linux Runners to Chrome version 120

Chrome 114, 115, 117, and 119 will remain available on the testery platform through the end of April for you to use if needed, by specifying a non-default test stack.

### Switching to Chrome 120 before April 19, 2024

Migrating your code to the new Test Stack is easy, you just need to provide a testery.yml file in your source repository. Add the following content (example for node), check this page <https://testery.app/myaccount/settings/runner-configurations> to find your exact configuration.

```
test_stack:
  configuration_key: node-chrome.120-java.17-nodejs.18
```

### Remaining on Chrome 114 after April 19, 2024

You may use a legacy runner until April 30, 2024 by providing a testery.yml file in your source repository. Add the following content (example for node) check this page <https://testery.app/myaccount/settings/runner-configurations> to find your exact configuration.

```
test_stack:
  configuration_key: node-chrome.114-java.17-nodejs.16
```


---

# 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.testery.io/get-to-know-testery/test-stacks/default-chrome-120.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.
