When testing PhantomJS and Chrome we create customLaunchers for each, extending their base, and then adding customHeaders option; these headers are then added to every web request made. However with Safari this doesn't seem to happen, certainly not on the XHR requests going through.
Do you know if Safari will support this? If so, do we perhaps need to use a different option?
When testing PhantomJS and Chrome we create
customLaunchers
for each, extending their base, and then addingcustomHeaders
option; these headers are then added to every web request made. However with Safari this doesn't seem to happen, certainly not on the XHR requests going through.Do you know if Safari will support this? If so, do we perhaps need to use a different option?
Example
Note We notice this in the DEBUG output and are unsure if relevant:
Any assistance or thoughts much appreciated!