unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Running Chrome in headless/headed mode should be a config #95

Closed DaniRey closed 3 years ago

DaniRey commented 5 years ago

Currently one can overwrite the default chrome arguments "--no-sandbox --headless" using webdriver.chrome.arguments="--no-sandbox"

It would be more accessible, if this would be part of the configuration and could be accessed with something like.

config.useHeadlessBrowser

config.useHeadedBrowser