mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Add --ignore-certificate-errors
This commit is contained in:
@ -33,6 +33,7 @@ public class QBaseSeleniumTest
|
||||
{
|
||||
chromeOptions = new ChromeOptions();
|
||||
chromeOptions.setAcceptInsecureCerts(true);
|
||||
chromeOptions.addArguments("--ignore-certificate-errors");
|
||||
|
||||
String headless = System.getenv("QQQ_SELENIUM_HEADLESS");
|
||||
if("true".equals(headless))
|
||||
|
Reference in New Issue
Block a user