Closed spooning closed 9 years ago
Originally submitted to Google Code by chmielsster on 25 Jun 2012
Of course patch above is reversed - simple mistake.
Originally submitted to Google Code by @yanne on 6 Aug 2012
This issue was updated by revision 6ec1a4cb0bf2.
With current version command: selenium.addCustomRequestHeaders doesn't work - it does return success but is ineffective - user specified headers are not added to requests. Selenium server is missing parameter addCustomRequestHeaders=true when initializing new session.
Proposed patch:
--- selenium.py 2012-03-19 19:57:19.000000000 +0100 +++ selenium.py 2012-06-21 16:02:41.666887363 +0200 @@ -186,7 +186,6 @@ start_args = [self.browserStartCommand, self.browserURL, self.extensionJs] if browserConfigurationOptions: start_args.append(browserConfigurationOptions)