kazurayam / TestClosure

Proof of Concept "TestClosure". This enables executing multiple Groovy Closures simultaneously in a Test Case in Katalon Studio.
https://forum.katalon.com/t/testclosure-executing-groovy-closures-in-test-cases-simultaneously/52436
0 stars 0 forks source link

How to avoid "Cookie Settings" in https://katalon.com/ pages #10

Open kazurayam opened 11 months ago

kazurayam commented 11 months ago

When I ran the Test Cases/demo/demo3D_ScreenshootingMultipleURLsInABrowser,

the https://katalon.com/ pages displays a widget about Cookies Settings which prompts you to click either of "Accept All Cookies" or "Reject All". Have a look at this:

Screenshot 2023-11-16 at 12 03 54

It seems that this widget slows down the interaction with the target site.

If possible, I want to customize the Chrome browser's Cookies Settings with "Accept All Cookies" and let it not ask any interaction.