You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ggr modifies only the first new session request, the rest is proxied as is. In my case protractor sets sessionId from the response received from getSessionCapabilities API when reusing the session.
Ggr modifies only the first new session request, the rest is proxied as is. In my case protractor sets sessionId from the response received from getSessionCapabilities API when reusing the session.
example: request params name_: 'getSessionCapabilities', parameters_: {} }
{ "status": 0, "sessionId": "5669c3dbd33b478f8cea3c2476aa854a", "value": { "takesScreenshot": true, "acceptSslCerts": false, "networkConnectionEnabled": false, "mobileEmulationEnabled": false, "unexpectedAlertBehaviour": "", "applicationCacheEnabled": false, "locationContextEnabled": true, "rotatable": false, "acceptInsecureCerts": false, "hasTouchScreen": false, "platform": "Windows NT", "version": "66.0.3359.117", "nativeEvents": true, "handlesAlerts": true, "takesHeapSnapshot": true, "javascriptEnabled": true, "databaseEnabled": false, "webdriver.remote.sessionid": "5669c3dbd33b478f8cea3c2476aa854a", "browserName": "chrome", "hasMetadata": true, "webStorageEnabled": true, "browserConnectionEnabled": false, "cssSelectorsEnabled": true, "chrome": { "chromedriverVersion": "2.38.551601 (edb21f07fc70e9027c746edd3201443e011a61ed)", "userDataDir": "C:\\\\Users\\\\ADMINI~1\\\\AppData\\\\Local\\\\Temp\\\\scoped_dir1956_5809" }, "setWindowRect": true, "pageLoadStrategy": "normal" } }
The text was updated successfully, but these errors were encountered: