Skip to content

Conversation

@elwafa
Copy link
Member

@elwafa elwafa commented Feb 22, 2025

No description provided.

…a extraction (#24)

* feat(extractor): Add HTMLExtractor to PHP SDK for structured HTML data extraction

- Implemented `HTMLExtractor.php` to define HTML extraction rules in the Volt-Test PHP SDK.
- Supports:
  - CSS selectors for targeting specific elements.
  - Extracting text content from nested elements.
  - Extracting attributes (e.g., `value`, `href`, `src`).
- Added `toArray()` method for serialization, ensuring consistency with existing extractors.
- Aligns with the existing `JsonExtractor`, `RegexExtractor`, `HeaderExtractor`, and `CookieExtractor`.
@elwafa elwafa changed the title prepare for release v0.9.2 release v0.9.2 Feb 22, 2025
@elwafa elwafa changed the title release v0.9.2 release/v0.9.2 Feb 22, 2025
@elwafa elwafa merged commit b6d564e into main Feb 22, 2025
14 checks passed
@elwafa elwafa deleted the release/v0.9.2 branch February 22, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants