Skip to content

Commit

Permalink
Rename Selecting elements page to Select elements (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent authored Sep 30, 2024
1 parent d3f6d2a commit 9cdff81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 'Selecting elements'
aliases:
- ./selecting-elements # docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/selecting-elements
title: 'Select elements'
description: 'A guide on how to select elements with the browser module.'
weight: 03
---

# Selecting elements
# Select elements

Selectors are strings that represents a specific DOM element on the page. When writing browser-level tests, it's recommended to use selectors that are robust to avoid test flakiness when the DOM structure changes.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 'Selecting elements'
aliases:
- ./selecting-elements # docs/k6/<K6_VERSION>/using-k6-browser/recommended-practices/selecting-elements
title: 'Select elements'
description: 'A guide on how to select elements with the browser module.'
weight: 03
---

# Selecting elements
# Select elements

Selectors are strings that represents a specific DOM element on the page. When writing browser-level tests, it's recommended to use selectors that are robust to avoid test flakiness when the DOM structure changes.

Expand Down

0 comments on commit 9cdff81

Please sign in to comment.