File tree Expand file tree Collapse file tree
integrations/github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ element.submit()
180180
181181As you can see, the old WebDriver way is very bad!
182182Use SeleniumBase to make testing much easier!
183- (< i > You can still use `` self.driver `` in your code.</ i > )
183+ (You can still use `` self.driver `` in your code.)
184184
185- < h4 > Run tests with ``pytest`` or ``nosetests`` in any browser:</ h4 >
186- (< i >Using ** pytest** is recommended. ** Chrome** is the default browser.</ i > )
185+ * Run tests with `` pytest `` or `` nosetests `` in any browser:
186+ (** pytest** is recommended. ** Chrome** is the default browser.)
187187
188188``` bash
189189pytest my_first_test.py --browser=chrome
Original file line number Diff line number Diff line change 8080```
8181 - uses: actions/upload-artifact@v2
8282 with:
83- name: Click here to download SeleniumBase presentation!
83+ name: Click to download the presentation
8484 path: saved_presentations/my_presentation.html
8585```
You can’t perform that action at this time.
0 commit comments