Hi !
I want to ask about the code from this post.
[[KShare] Working with Google Authentication with Katalon Studio - Kshare - Katalon Community]
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.


