blocking-proxy icon indicating copy to clipboard operation
blocking-proxy copied to clipboard

Per-session parameters

Open heathkit opened this issue 8 years ago • 0 comments

Waiting for angular and setting wait function params are currently global for the proxy. These params should be per-session, since we could be proxying different browser sessions.

This means:

  • proxy commands need to pass a session ID for non-global options (ie, everything other than seleniumAddress)
  • the proxy needs to keep track of webdriver sessions

heathkit avatar Jan 21 '17 20:01 heathkit