Skip to content

Commit 34e9b74

Browse files
committed
Update a ReadMe
1 parent 7442fa6 commit 34e9b74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

help_docs/mobile_testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest test_skype_site.py --mobile --browser=edge
1919

2020
--------
2121

22-
Here's another example of running a mobile test (https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py), which demonstrates using ``--metrics`` and ``--agent`` with ``--mobile``.:
22+
Here's another example of running a mobile test (https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py), which demonstrates using ``--metrics`` and ``--agent`` with ``--mobile``:
2323

2424
```bash
2525
# Run tests using Chrome's mobile device emulator (default settings)
@@ -31,7 +31,6 @@ pytest test_swag_labs.py --mobile --metrics="411,731,3"
3131
# Run mobile tests specifying the user agent
3232
pytest test_swag_labs.py --mobile --agent="Mozilla/5.0 (Linux; Android 9; Pixel 3 XL)"
3333
```
34-
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" title="SeleniumBase Mobile Testing">](https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif)
3534

3635
--------
3736

0 commit comments

Comments
 (0)