While executing Katalon Studio Engine Linux from Jenkins, getting this error.
By seeing older posts, I have modified settings and added [‘args’, ‘[“–no-sandbox”,“headless”,“–disable-dev-shm-usage”]’] and [‘useAutomationExtension’, ‘false’] . But still no luck.
On linux machine, I have Chrome at version “Google Chrome 111.0.5563.64” and chromeDriver at “ChromeDriver 111.0.5563.64 (c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995})”
I am using latest Katalon studio Engine 8.6.0
Also which chromedriver we actually use in our test execution? Is it from ‘/Katalon_Studio_Engine_Linux_64-8.1.0/configuration/resources/drivers/chromedriver_linux64’
Or
the driver which installed on machine/server?
Chrome browser and chrome driver are exactly at /usr/bin/google-chrome.
Can you pls help me to understand what version of Browser and driver is needed for Katalon 8.6.0?