seleniumkit / gridrouter

Selenium-based solution to serve 1000+ browsers
Other
152 stars 36 forks source link

Implement capability processor #3

Closed innokenty closed 8 years ago

innokenty commented 8 years ago

Implement desired capability processors to modify the capabilities form incoming request.

The currently implemented IECapabilityProcessor sets ie.ensureCleanSession and ie.usePerProcessProxy for all new internet explorer sessions to ensure clean browser state. Apart from that it sets the proxy capability to ProxyType.DIRECT if no proxy was specified in the client request. This is needed because explorers tend to reuse the proxy from the previous sessions.

innokenty commented 8 years ago

Test this please

innokenty commented 8 years ago

Test this please

eroshenkoam commented 8 years ago

lgtm