If you used the Browser activity package to perform the web automation and your browser was updated to newer version automatically. This may cause some unexpected errors during bot’s running. To solve the problems, you need to update the browser driver to suitable browser’s version by following below 03 simple steps:
1. Step 1 - Check browser version
1 – Open your browser
2 - Check browser version.
On Chrome, go to the link: chrome://settings/help Ex: version is 124.x.x.x
2. Step 2 - Configure browser driver
1 - Download the browser driver whose 3 first numbers in version equals to 3 first numbers in your browser version. Ex: 124.
On Chrome, if the version is recent, go to https://googlechromelabs.github.io/chrome-for-testing/#stable otherwise, go to https://chromedriver.chromium.org/downloads to download.
2 – Create new folder in akaBot browser driver folder and named as the 3 first number in browser version.
Ex: Browser version is 124.x.x.x à name the new folder as 124.
For Edge, go to path [AKABOT_INSTALLED_PATH]\WebDriver\EdgeDriver to create new folder.
3 - Unzip the driver file and copy driver execution file to folder you just created.
Example:
3. Step 3 - Configure Auto Detect on akaBot Studio/Agent
1 - On akaBot Studio:
Go to Options --> Execution --> Browser Version --> Check the Auto Detect box.
2 - On akaBot Agent:
Go to Browser --> Browser Configuration --> Check the Auto Detect box.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article