# Resolving Browser Driver Version Incompatibility

| Problem                                                                            | Cause                                                                                                                                         | Instructions to Resolve                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Facing issues during test execution due to browser driver version incompatibility. | <ul><li>The browser driver version does not match the installed browser version.</li><li>The configured browser driver is outdated.</li></ul> | <ul><li>Check the version of the browser used for execution</li><li>Verify the browser driver version configured in the automation environment.</li><li>Update the browser driver to a version compatible with the installed browser.</li><li><p>Replace the outdated driver file in the following path:</p><ul><li><strong>Avo Assure Client</strong> Folder > <strong>Avo Assure</strong> Folder > <strong>Lib</strong> Folder > <strong>Drivers</strong></li></ul><p><strong>Note</strong>: Ensure the drivers are up to date to maintain proper execution. </p></li><li>Restart the automation client or browser if required.</li><li>Re-execute the test case and verify that the execution proceeds successfully. </li></ul> |


---

# 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.avoautomation.com/avo-assure/support-resources/troubleshooting-guides/resolving-browser-driver-version-incompatibility.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.
