File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ The code above will leave your browser window open in case there's a failure. (i
306
306
--port=PORT # (The Selenium Grid port used by the test server.)
307
307
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
308
308
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
309
+ --proxy-bypass-list=STRING # (";"-separated hosts to bypass, Eg "*.foo.com")
309
310
--agent=STRING # (Modify the web browser's User-Agent string.)
310
311
--mobile # (Use the mobile device emulator while running tests.)
311
312
--metrics=STRING # (Set mobile metrics: "CSSWidth,CSSHeight,PixelRatio".)
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
120
120
--port=PORT # (The Selenium Grid port used by the test server.)
121
121
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
122
122
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
123
+ --proxy-bypass-list=STRING # (";"-separated hosts to bypass, Eg "*.foo.com")
123
124
--agent=STRING # (Modify the web browser's User-Agent string.)
124
125
--mobile # (Use the mobile device emulator while running tests.)
125
126
--metrics=STRING # (Set mobile metrics: "CSSWidth,CSSHeight,PixelRatio".)
You can’t perform that action at this time.
0 commit comments