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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -348,6 +348,16 @@ To make things easier, you can add your frequently-used proxies to PROXY_LIST in
348
348
pytest proxy_test.py --proxy=proxy1
349
349
```
350
350
351
+
352
+
### <imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png"title="SeleniumBase"height="32"> **Changing the User-Agent:**
353
+
354
+
If you wish to change the User-Agent for your browser tests (Chrome and Firefox only), you can add ``--agent="USER AGENT STRING"`` as an argument on the command line.
@@ -178,3 +181,11 @@ To make things easier, you can add your frequently-used proxies to PROXY_LIST in
178
181
```bash
179
182
pytest proxy_test.py --proxy=proxy1
180
183
```
184
+
185
+
#### **Changing the User-Agent:**
186
+
187
+
If you wish to change the User-Agent for your browser tests (Chrome and Firefox only), you can add ``--agent="USER-AGENT STRING"`` as an argument on the command line.
0 commit comments