All other browsers working, But while open with Chrome browser it’s opened but not entered any URL WHy? Browser Updated, Chrome Driver also Updated
Still getting this issue: Caused by: org.openqa.selenium.WebDriverException: unknown error: DevToolsActivePort file doesn’t exist
Hi there,
Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.
In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!
Thanks!
Katalon Community team
can you try with latest version Getting terminated for all execution after upgrading to Katalon Studio v9.7.0 & v9.7.1 (site.com)
Can’t Upgrade, I guess after upgrade also not work happening for only one browser that is Chrome
Please try downloading the latest KSE 9.7.1 from here: Katalon Studio Download Free | Katalon
Hi @pmyakala ,
Please try the below steps:
On Katalon Studio, please help to go to: Project > Settings > Desired Capabilities > WebUI > Chrome and the below properties:
–no-sandbox
–disable-dev-shm-usage
–disable-gpu
–disable-extensions
–remote-allow-origins=*
–remote-debugging-port=9222
At last, please run the below commands one by one in the CMD prompt:
taskkill /im chromedriver.exe /f
taskkill /im chrome.exe /f
After that, please help to run your tests again.
Hope it helps.