How to do simple node app login google auth?

Hi there,
I always getting error when login to my web app that has google auth.

Can someone point me in the right direction? Thanks…

Gmail setting:

Less secure app access => On

2-Step Verification => Off

My code:

WebUI.openBrowser(‘’)

WebUI.navigateToUrl(‘http://localhost:3000/’)

WebUI.click(findTestObject(‘WebElement/Main/Object Button ButtonLogIn’))

WebUI.click(findTestObject(‘WebElement/Dropdown Login/Object Button LoginWithGoogle’))
WebUI.setText(findTestObject(‘WebElement/Other/Akun Google/Object Input identifierId’), ‘xxxx@gmail.com’)
WebUI.click(findTestObject(‘WebElement/Other/Akun Google/Object Button identifierNext’))
WebUI.delay(90)
WebUI.closeBrowser()

you find solution?

This may be relevant:

… it’s so difficult

Hi @ranggad990 @unlaik24 and @kazurayam ,

I’m not sure if you guys are still following this article, but in case you or anyone else needs it, the Katalon Support team has just published a keyword that supports bypassing the Google Login check.

There is also a keyword to open an undetected browser that grants you permission to perform various other actions on the protected websites. :v:

[Product Support] Working with Google Authentication with Katalon Studio