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
Copy file name to clipboardExpand all lines: docs/get-started/create-your-first-test.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ To create your first test, follow these steps:
75
75
76
76
This test uses the following actions:
77
77
78
-
-[`goTo`](/docs/get-started/actions/goTo.md): Navigates to the specified URL (`https://example.com`) to start the test flow.
79
-
-[`find`](/docs/get-started/actions/find.md): Locates elements on the page using CSS selectors (for example, HTML tags like `h1` or `a`) and validates their presence and text content.
80
-
-[`saveScreenshot`](/docs/get-started/actions/saveScreenshot.md): Captures a screenshot of the current page and saves it to the specified file path.
78
+
-[`goTo`](/docs/get-started/actions/goTo.md): Navigates to the specified URL, https://example.com, to start the test flow.
79
+
-[`find`](/docs/get-started/actions/find.md): Locates elements on the page using CSS selectors such as HTML tags like `h1` or `a`, and validates their presence and text content.
80
+
-[`saveScreenshot`](/docs/get-started/actions/saveScreenshot.md): Captures a screenshot of the current page and saves it to the specified path.
0 commit comments