Skip to content

Commit d9f87d0

Browse files
committed
Update the ReadMe
1 parent 08cbc25 commit d9f87d0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
1616
<img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase">
1717
<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io">
18-
<img src="https://img.shields.io/badge/docs-%20here-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://travis-ci.org/seleniumbase/SeleniumBase">
18+
<img src="https://img.shields.io/badge/docs-%20seleniumbase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://travis-ci.org/seleniumbase/SeleniumBase">
1919
<img src="https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg" alt="SeleniumBase on TravisCI" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
2020
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
2121
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
@@ -283,7 +283,7 @@ The code above will leave your browser window open in case there's a failure. (i
283283
Here are some useful command-line options that come with ``pytest``:
284284

285285
```bash
286-
-v # Verbose mode. Print the full name of each test run.
286+
-v # Verbose mode. Prints the full name of each test run.
287287
-q # Quiet mode. Print fewer details in the console output when running tests.
288288
-x # Stop running the tests after the first failure is reached.
289289
--html=report.html # Creates a detailed pytest-html report after tests finish.
@@ -298,7 +298,7 @@ Here are some useful command-line options that come with ``pytest``:
298298
SeleniumBase provides additional ``pytest`` command-line options for tests:
299299

300300
```bash
301-
--browser=BROWSER # (The web browser to use. Default: "chrome")
301+
--browser=BROWSER # (The web browser to use. Default: "chrome".)
302302
--cap-file=FILE # (The web browser's desired capabilities to use.)
303303
--cap-string=STRING # (The web browser's desired capabilities to use.)
304304
--settings-file=FILE # (Override default SeleniumBase settings.)
@@ -308,9 +308,10 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
308308
--var2=DATA # (Extra test data. Access with "self.var2" in tests.)
309309
--var3=DATA # (Extra test data. Access with "self.var3" in tests.)
310310
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
311-
--server=SERVER # (The server / IP address used by the tests.)
312-
--port=PORT # (The port that's used by the test server.)
313-
--proxy=SERVER:PORT # (This is the proxy server:port combo used by tests.)
311+
--server=SERVER # (The Selenium Grid server/IP used for tests.)
312+
--port=PORT # (The Selenium Grid port used by the test server.)
313+
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
314+
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
314315
--agent=STRING # (Modify the web browser's User-Agent string.)
315316
--mobile # (Use the mobile device emulator while running tests.)
316317
--metrics=STRING # (Set mobile "CSSWidth,CSSHeight,PixelRatio".)

0 commit comments

Comments
 (0)