Can I specify the chromedriver version for the Katalon Github Action?

Hello,

I’m currently setting up a Github Action workflow to execute Katalon tests and upload the results to Jira. However, the Katalon tests are using Chrome v112 while the Katalon Github Action is configured with Chrome v110, thus causing an error to be thrown that says “This version of ChromeDriver only supports Chrome version 110”. See logs below.



Does anybody know when/if the chromedriver used by the Katalon Github Action will be updated to the latest Chrome version? Better yet, is there a way I can specify the chromedriver version I am using for my tests as an input to the action? I foresee this being a continual problem as my workplace automatically updates the Chrome versions on all employee computers, and if the Katalon Github Action cannot keep up with these Chrome updates, then I won’t be able to integrate it into our CI/CD pipeline.

I’m also open to any alternative ways to set up the Github Action workflow so that chromedriver 112 can be used. Thanks so much!

Hi,

I can find some of the following references, please take a look:

@catherine.larchevequ

Please append this param to let Katalon docker to download the latest chromdriver:

--config -webui.autoUpdateDrivers=true