Pega Selenium Starter Kit

Hello,

How do I run my chrome driver in headless mode? I can’t for the life of me figure out how to pass chrome options through the global-settings.properties file.

@EthanB16928725 Selenium Starter Kit is a Pega Marketplace offering, - did you already check the documentation listed on that page?

Did you carry out a PSC search? Do the below give you some suggestions?

Also on the Marketplace page you can see the Product Owner.

@nagit please can you help answer this question?

@MarijeSchillern @EthanB16928725

Can you please add ‘–headless’ to the chrome options in the global-settings.properties file. Please find the below example

chrome.options.arguments=–remote-allow-origins=*;ignore-certificate-errors;–headless

Let us know in case if there are any issues/queries.