Skip to content

Commit ab72759

Browse files
committed
Update the ReadMe
1 parent 1b5f286 commit ab72759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Try out Demo Mode to see what what's being tested in real time! (Chrome is the d
4848
pytest my_first_test.py --demo_mode
4949
```
5050

51-
![](https://cdn2.hubspot.net/hubfs/100006/images/sb_demo.gif "SeleniumBase")<br />
51+
<img src="https://cdn2.hubspot.net/hubfs/100006/sb_demo_mode.gif" title="SeleniumBase" height="320"><br>
5252
(Above: Actual demo of [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) running on [xkcd.com](http://xkcd.com/353/))
5353

5454
There are many more examples to try out from the [SeleniumBase/examples](https://github.com/seleniumbase/SeleniumBase/blob/master/examples) directory, which you can run easily if you clone SeleniumBase.
@@ -60,7 +60,7 @@ cd tour_examples
6060
pytest google_tour.py
6161
```
6262

63-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/google_tour.gif" title="SeleniumBase Tours" height="348"><br>
63+
<img src="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif" title="SeleniumBase Tour of Google" height="310"><br>
6464
(Above: Actual demo of [google_tour.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/google_tour.py) running on [google.com](https://google.com))
6565

6666
For more detailed steps on getting started, see the [**Detailed Instructions**](#seleniumbase_installation) section.

0 commit comments

Comments
 (0)