How to close Address Save Popup in Google Chrome

Screenshot_3

Once the Address is entered, showing Google Address Save pop-up once click on Save button of the form.

But in the record & run steps, the object of the popup is not recorded.

So how to capture a Popup and Close it?

I used the following Code at the end of the address, but getting a response as Caused by: com.kms.katalon.core.exception.StepFailedException: No alert found

WebUI.click(findTestObject(‘Object Repository/Dummy/Page_Tracet - Fixed asset management system/button_Save’))

WebUI.waitForAlert(2)

WebUI.dismissAlert()

1 Like

Hi,

I found some documents relating to your issue:

Hi,

Thank You for the reply and cooperation.

I have executed my test case in a Private browser so that the address popup is not showing.

As of now, not facing any issues in the script, and it runs properly even in a normal browser.

Thank You