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.
1 parent 43cfc45 commit 9ff6003Copy full SHA for 9ff6003
README.md
@@ -215,6 +215,12 @@ class E2eTest extends PantherTestCase
215
}
216
```
217
218
+### Using a Proxy
219
+
220
+To use a proxy server, override the `--proxy-server` option passed to the Chrome binary by using the `PANTHER_CHROME_ARGUMENTS` environment variable.
221
222
+Example: `PANTHER_CHROME_ARGUMENTS="--proxy-server=socks://127.0.0.1:9050"`
223
224
### Hidden Text
225
226
Webdriver returns only the displayed text. When you filter on a head tag (like `title`), the method `text()` returns an
0 commit comments