Can Katalon Studio point to multiple versions of a supported browser?

If I have multiple versions of a browser, say Chrome Stable and Chrome Canary,
How could I point Katalon Studio to open one or the other depending on which I want to test?

ts said:

If I have multiple versions of a browser, say Chrome Stable and Chrome Canary,
How could I point Katalon Studio to open one or the other depending on which I want to test?

Hi TS,

Katalon Studio does support multiple version of browsers execution in Test Suite Collection. Simply create a Test Suite for Chrome Stable and a Test Suite for Chrome Canary. Then add these 2 test suites into a Test Suite Collection.
Next, you need to specify the browser in Katalon Studio by using desired capability. After that, select the custom desired capability you just created in Test Suite Collection.

Refer to this documentation for Test Suite Collection execution.

Thank you for choosing Katalon Studio,
Liam