It would be very helpful to be able to run Selenium in debug mode from Nightwatch. (See issues like #1221).
Thanks @kdekooter for posting this. More generally, can we get open access to the Selenium command line (see e.g. http://seleniumrecipes.com/content/selenium-server-command-line-options) One approach: allow cliArgs to be an array (currently it's only a hash) -- Nightwatch could then assume the -Dname=value entries are already formatted properly and append it the contents as-is to the Java command line.
This issue has been automatically marked as stale because it has not had any recent activity.
If possible, please retry using the latest Nightwatch version and update the issue with any relevant details. If no further activity occurs, it will be closed. Thank you for your contribution.
Most helpful comment
Thanks @kdekooter for posting this. More generally, can we get open access to the Selenium command line (see e.g. http://seleniumrecipes.com/content/selenium-server-command-line-options) One approach: allow
cliArgsto be an array (currently it's only a hash) -- Nightwatch could then assume the-Dname=valueentries are already formatted properly and append it the contents as-is to the Java command line.