This is not the same as your original issue right ? i haven’t had the need to interact with permission pop-ups sorry i can’t help you, But maybe this will help :
I suppose you already looked at the documentation but i will link it anyway
https://docs.katalon.com/katalon-studio/docs/pop_up_dialog_issue.html#what-is-a-pop-up
take a look at this thread
I can’t click on “allow” in the permission pop up.
[image]
(This image is for representation purpose only.)
How to solve this?
alert-box-300x94.png
see this reply:
Hi Everybody. Following @Justin_Keller
I tried to create a java.awt.Robot instance.
It works for me, Hope works for all of you, let me share some code:
import static com.kms.katalon.core.testobject.ObjectRepository.findTestObject
import org.openqa.selenium.Alert as Alert
import org.openqa.selenium.WebDriver as WebDriver
import com.kms.katalon.core.model.FailureHandling as FailureHandling
import com.kms.katalon.core.webui.driver.DriverFactory as DriverFactory
import com.kms.katalon.core.w…
hope this helps you