You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center"><divalign="center"><imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif"alt="SeleniumBase Mobile Testing"title="SeleniumBase Mobile Testing" /></div></p>
56
43
57
44
<aid="python_installation"></a>
58
45
## <imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="30" /> Get Started
@@ -102,7 +89,16 @@ pytest my_first_test.py
102
89
* Chrome is the default browser if not specified with ``--browser=BROWSER``.
103
90
* On Linux ``--headless`` is the default behavior (running with no GUI). You can also run in headless mode on any OS. If your Linux machine has a GUI and you want to see the web browser as tests run, add ``--headed`` or ``--gui``.
104
91
105
-
<b>Here's an example test, [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py):</b>
92
+
<b>Run [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) in Demo Mode:</b>
Copy file name to clipboardExpand all lines: help_docs/mobile_testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To find real values for device metrics, [see this GitHub Gist](https://gist.gith
12
12
Here's an example of running a mobile test (See https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_skype_site.py):
13
13
14
14
```bash
15
-
pytest test_skype_site.py --mobile --browser=edge
15
+
pytest test_skype_site.py --mobile
16
16
```
17
17
[<imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif"title="SeleniumBase Mobile Testing">](https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif)
0 commit comments