Skip to content

Commit 1124408

Browse files
committed
Update a ReadMe
1 parent 45a00cf commit 1124408

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/tour_examples/ReadMe.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
SeleniumBase Tours utilize the [HubSpot Shepherd Library](http://github.hubspot.com/shepherd/docs/welcome/) for creating and running tours on any website.
44

5-
To utilize tours, there are three methods that you need to know at the basic level:
5+
To utilize tours, there are three methods that you need to know at the basic level (which contain optional arguments):
66

77
``self.create_tour(theme)``
8+
89
``self.add_tour_step(message, css_selector, title, alignment, theme)``
10+
911
``self.play_tour()``
1012

1113
With the ``create_tour()`` method, you can pass a default theme to change the look & feel of the tour steps. Valid themes are ``dark``, ``default``, ``arrows``, ``square``, and ``square-dark``.

0 commit comments

Comments
 (0)