Hi !
I want to ask about the code from this post.
[[KShare] Working with Google Authentication with Katalon Studio]
I tried it and adjust a bit (i put delay in between email and password input and also chrome path. This is the screenshot.
The Email login is running successfully, but it stucked on a function, named switchToNormalBrowser.
I read the code and knew that the error is caused by open browser(‘’)
2024-07-09 17:15:19.323 ERROR c.k.k.core.keyword.internal.KeywordMain - Unable to open browser with url: ‘’
But i dont understand this error.
Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: Chrome failed to start: exited normally.
(session not created: DevToolsActivePort file doesn’t exist)
(The process started from chrome location C:\Users\User\AppData\Local\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘', ip: '’, os.name: ‘Windows 11’, os.arch: ‘*****’, os.version: ‘10.0’, java.version: ‘1.8.0_362’
Driver info: driver.version: CChromeDriver
- i blocked some personal information.
While the browser stuck, i tested to close it and it opens this browser.
I want to do fully automatic rather than closing with some code (i tried alt + f4 but sometimes it wanna close Katalon) and open my links automatically.
Any clues ?
Thank you.