In this tutorial, we will learn how to spy elements, record steps and run Katalon Script with Chromium based browser with few simple steps. I will use Brave browser (a Chromium based browser) in this demonstration.
Steps
- Open Project Settings/ Desired Capabilities/WebUI/Chrome
- Add new capability binary with the value is the absolute path to the browser .exe (on Windows) or application file (on Mac).
- Close Project Settings then start Recording. Please note that we will use Chrome option to launch new instance browser
- Run recorded steps with Chrome option
Link to my sample project: GitHub - duyluonganh/test_katalon_with_brave
For some browsers which have their own driver such as Opera. We can download their drivers: Releases · operasoftware/operachromiumdriver · GitHub and replace the driver with the bult-in Katalon Studio Chrome driver:Upgrade or Downgrade WebDrivers in Katalon Studio | Katalon Docs
Happy testing