Open
Description
What
It would be nice to manipulate the header of the request. Specifically, the attributes "Accept-Language" in order to test multi-language applications.
Why
Test multilanguage applications with auto language selection
How
Allow modifie the request from phantomjs and other drivers over configuration.
Example:
open("http://example.com", {"Accept-Language":"de-DE,de;q=0.8,en;q=0.4"})
Thank yoou!