assert_element_count
Validate that the count of elements found by a selector matches an expected number.
Instructions
Assert number of elements matching selector equals expected count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| selector | Yes | ||
| expected_count | Yes |