fhoeben / hsac-fitnesse-fixtures

An environment to define and run integration tests. It contains Fitnesse fixture (base) classes and a baseline FitNesse installation.
Apache License 2.0
110 stars 99 forks source link

geckodriver trace logs #327

Open violinner opened 4 years ago

violinner commented 4 years ago

Is there a flag or environment variable that will enable geckodriver to write trace logs when invoked by SeleniumWebDriver.startDriverFor("firefox") ?

fhoeben commented 4 years ago

I have to admit I don't know. I don't use Firefox much and never had a need for tracing. This seems like the kind of thing that could be achieved by passing a particular profile parameter when starting. Your question suggests that is not what you are looking for, is that indeed the case?