We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f0ef1 + 34a60fe commit 9b467a1Copy full SHA for 9b467a1
README.md
@@ -105,6 +105,15 @@ bsLocalArgs.put("-localProxyUser", "user");
105
bsLocalArgs.put("-localProxyPass", "password");
106
```
107
108
+#### PAC (Proxy Auto-Configuration)
109
+To use PAC (Proxy Auto-Configuration) in local testing -
110
+
111
+* pac-file: PAC (Proxy Auto-Configuration) file’s absolute path
112
113
+```java
114
+bsLocalArgs.put("-pac-file", "<pac_file_abs_path>");
115
+```
116
117
#### Local Identifier
118
If doing simultaneous multiple local testing connections, set this uniquely for different processes -
119
```java
0 commit comments