How to start arm native browser?

Hello everyone.
I switched to M1 macbook and now I’m struggling with slowness of the Katalon Studio tests because of slowness of the browser because it runs intel version of the browser (even though I don’t have it installed).
I already changed chromedriver to arm native (by replacing chromedriver in /Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/chromedriver_mac). And now it runs arm native version according to Activity monitor.

And I also added arm native browser in Settings > General > Web Browser but it still runs slow intel version of the chrome.

Does anybody know how to run tests in amr native chrome?


I think you might need Katalon Support for this.

@albert.vu @vu.tran

1 Like

Hi @e.kozlov, thank you for sharing this with us.

Our technical support team has advised this solution:

  1. First, reinstall Chrome with the correct M1 version. See correct way to install Google Chrome Application on you Mac

  2. Second, remove all chrome driver in both application level and project level

  • Application Level: /Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/chromedriver_mac
  • Project Level Include/drivers/chromedriver_mac64/chromedriver
  1. Third, download correct Chrome driver for M1 via this link. File name should be chromedriver_mac_arm64.zip

  2. Finally, put this driver file into both Application Level and Project Level

Please let us know if this works for you. Cheers!

I have arm native chrome installed.


I have copied arm native chromedriver on application level and created folder /drivers/chromedriver_mac64/ and copied it there as well and I also copied it to Drivers folder too.

And arm native chromedriver runs when I run the test. But intel version of Google chrome starts when I run my autotest.
You can see it on the screenshot.