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
First, let's open tutors.dev. On this page we see the web toolkit, in addition to any courses we may recently have accessed.
2
+
This brief GuideFrame demo begins by opening tutors.dev. This is achieved by using the open u r l function prior to step 1.
3
3
4
4
## Step 2
5
-
Before we go any further, let's change to dark mode using the layout button in the top right of the screen.
5
+
We can demonstrate the ability to pass multiple actions to GuideFrame by activating dark mode. This involves 3 calls to the click element function. We'll also call the sleep function for 0.5 seconds between each action.
6
6
7
7
## Step 3
8
-
Now that we're in dark mode, let's navigate to the docs page by clicking the docs button under the web toolkit
8
+
Now let's use the hover and click function to move to the tutors reference manual.
9
9
10
10
## Step 4
11
-
On the docs page, we can see a number of cards. Each of these cards leads to a specific portion of the getting started guide.
11
+
We can pass None to lambda in order to hang on a page. This is useful for when you wish to simply add voiceover to a static page. Let's use the hover over element function a few times here. We'll also pass the order argument. This ensures that the action begins before the voiceover.
12
12
13
13
## Step 5
14
-
The getting started card introduces the basic design model of tutors.
14
+
We'll start with the getting started card.
15
15
16
16
## Step 6
17
-
The simple starter card provides a helpful template course.
17
+
Now let's move on to the simple starter card.
18
18
19
19
## Step 7
20
-
The alternative starter card provides an example course to demonstrate layouts and nesting.
20
+
Let's continue to the alternative starter card. Before using the scroll to element function to move to the reference course.
21
21
22
22
## Step 8
23
-
The reference course contains another example course. This one contains all Tutors learning objects for demonstration.
23
+
In this case, we use this function to access an element that isn't in the display window.
24
24
25
25
## Step 9
26
-
Finally, let's return to the getting started card and click it to demonstrate the getting started page.
26
+
Let's use the click element by xpath function. We'll use it to access the search bar at the top of the screen.
27
+
28
+
## Step 10
29
+
With the search bar open, let's use the type into field function to type in card.
30
+
31
+
## Step 11
32
+
Let's open the link in the first result in a new tab. We can do this by using the open link in new tab function.
0 commit comments