Hello @dennis.fischer ,
In theory, one can use -Dwebdriver.browser=(profile):path=(.*)
to point to specific local browser binary; but that will still not work with newer versions of Firefox.
The issue is with the version of selenium that the stateless test runner relies on, it is currently 2.53.1, which does not support newer versions of Firefox (46+), hence being stuck on 44.
I am quite familiar with this issue, I would suggest using -Dwebdriver.browser=chrome
for the time being; as we get a new version of confluence-stateless-test-runner
over the line. I am afraid I cannot provide an ETA on when that would be available just yet.
Yes, I am quite familiar with gecko driver, and we already have done all the heavy lifting around upgrading our cross product test libraries to newer selenium version … the last piece of the upgrade puzzle is confluence-stateless-test-runner
So hmm, I didn’t quite answer your question did I