I'm trying to write a test against a site that authenticate's by checking some headers. In other frameworks it's possible to add headers to the driver but I can't see anything like that in Selenium.
Is there a way to add request headers to selenium webdriver? Ideally on a per-test case so the existing suite doesn't have to use headers it doesn't need.