Skip to content

Commit ed5c80a

Browse files
committed
Update the docs
1 parent 40c4dd2 commit ed5c80a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ The code above will leave your browser window open in case there's a failure. (i
306306
--port=PORT # (The Selenium Grid port used by the test server.)
307307
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
308308
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
309+
--proxy-bypass-list=STRING # (";"-separated hosts to bypass, Eg "*.foo.com")
309310
--agent=STRING # (Modify the web browser's User-Agent string.)
310311
--mobile # (Use the mobile device emulator while running tests.)
311312
--metrics=STRING # (Set mobile metrics: "CSSWidth,CSSHeight,PixelRatio".)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
120120
--port=PORT # (The Selenium Grid port used by the test server.)
121121
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
122122
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
123+
--proxy-bypass-list=STRING # (";"-separated hosts to bypass, Eg "*.foo.com")
123124
--agent=STRING # (Modify the web browser's User-Agent string.)
124125
--mobile # (Use the mobile device emulator while running tests.)
125126
--metrics=STRING # (Set mobile metrics: "CSSWidth,CSSHeight,PixelRatio".)

0 commit comments

Comments
 (0)