When using Geb, is it possible to customize the headers of user requests and the user agent when using the browser API (and not the direct download API)?
Although this is possible with FirefoxDriver (see here ), I am looking for a way to do this using WebKitDriver.
source share