Skip to content

Commit e82f32b

Browse files
committed
Update a ReadMe
1 parent 11d81dc commit e82f32b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

examples/tour_examples/ReadMe.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
<h3 align="left"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" width="360" /></h3>
1+
<h3 align="left"><img src="https://seleniumbase.io/cdn/img/sb_logo_b.png" alt="SeleniumBase" width="320" /></h3>
22

33
## Interactive Product Tours
44

55
SeleniumBase Tours utilize 5 JavaScript libraries for creating interactive walkthroughs on any website:<br>**[Shepherd](https://shepherdjs.dev/)**, **[Bootstrap Tour](http://bootstraptour.com/)**, **[IntroJS](https://introjs.com/)**, **[DriverJS](https://kamranahmed.info/driver.js/)**, and **[Hopscotch](https://linkedinattic.github.io/hopscotch/)**.
66

7-
**Example tour:**
7+
<b>Example tour: (with autoplay)</b>
88

9-
<img src="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif" title="SeleniumBase Tour of Google"><br>
9+
<img src="https://seleniumbase.io/cdn/gif/driverjs_tour.gif" title="SeleniumBase Tour of Google"><br>
10+
11+
[SeleniumBase driverjs_maps_tour.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/driverjs_maps_tour.py)
12+
13+
```bash
14+
cd examples/tour_examples
15+
pytest driverjs_maps_tour.py
16+
```
17+
18+
<b>Here's a longer example:</b>
19+
20+
<img src="https://seleniumbase.io/cdn/gif/google_tour_3.gif" title="SeleniumBase Tour of Google"><br>
21+
22+
[SeleniumBase google_tour.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/google_tour.py)
1023

1124
```bash
1225
cd examples/tour_examples

0 commit comments

Comments
 (0)