docs: update pages with the new media for testing zensical

This commit is contained in:
Karim shoair
2026-02-08 20:46:14 +02:00
parent 0e2e9fb2ed
commit db41a6c4b6
4 changed files with 38 additions and 10 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
## Introduction
> 💡 **Prerequisites:**
>
> - Youve completed or read the [Querying elements](../parsing/selection.md) page to understand how to find/extract elements from the [Selector](../parsing/main_classes.md#selector) object.
> <br><br>
!!! success "Prerequisites"
- Youve completed or read the [Querying elements](../parsing/selection.md) page to understand how to find/extract elements from the [Selector](../parsing/main_classes.md#selector) object.
After exploring the various ways to select elements with Scrapling and its related features, let's take a step back and examine the [Selector](#selector) class in general, as well as other objects, to gain a better understanding of the parsing engine.