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
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
+
4
+
## Step 2
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
+
7
+
## Step 3
8
+
Now let's use the hover and click function to move to the tutors reference manual.
9
+
10
+
## Step 4
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
+
13
+
## Step 5
14
+
We'll start with the getting started card.
15
+
16
+
## Step 6
17
+
Now let's move on to the simple starter card.
18
+
19
+
## Step 7
20
+
Let's continue to the alternative starter card. Before using the scroll to element function to move to the reference course.
21
+
22
+
## Step 8
23
+
In this case, we use this function to access an element that isn't in the display window.
24
+
25
+
## Step 9
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