Element-34 / php-webdriver

thin php client for webdriver.
122 stars 55 forks source link

Change proxy settings at runtime (firefox) #27

Open pjc23 opened 11 years ago

pjc23 commented 11 years ago

I want to change the proxy settings of a job during runtime.

i.e.

  1. Execute one request without a proxy
  2. Execute another request with a proxy

This needs to happen within a single selenium job. Is this possible? I looked at the JsonWireProtocol specs and so far didn't find anything related to this.