Skip to content

Commit 6d336f4

Browse files
authored
Update driver.js
1 parent 96ecc7e commit 6d336f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/driver.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const MIN_CHROME_VERSION = 'Chrome/63.0.3239.0';
5555
const NO_PROXY = [
5656
['POST', new RegExp('^/session/[^/]+/appium')],
5757
['GET', new RegExp('^/session/[^/]+/appium')],
58+
['GET', new RegExp('^/session/[^/]+/context')],
5859
['POST', new RegExp('^/session/[^/]+/execute/sync')],
5960
];
6061

0 commit comments

Comments
 (0)