Skip to content

Commit e5c3e14

Browse files
authored
Merge pull request #6 from SentienceAPI/readme
readme with definitions
2 parents eb95e1a + 93aeb23 commit e5c3e14

File tree

2 files changed

+504
-0
lines changed

2 files changed

+504
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ with SentienceBrowser(headless=False) as browser:
5050
- `query(snapshot, selector)` - Find elements matching selector
5151
- `find(snapshot, selector)` - Find single best match
5252
- String DSL: `"role=button text~'Sign in'"`
53+
- **📖 [Complete DSL Query Guide](docs/QUERY_DSL.md)** - Comprehensive documentation with all operators, fields, and examples
5354

5455
### Day 5: Actions
5556
- `click(browser, element_id)` - Click element
@@ -80,5 +81,6 @@ pytest tests/
8081

8182
## Documentation
8283

84+
- **📖 [Query DSL Guide](docs/QUERY_DSL.md)** - Complete guide to the semantic query language
8385
- API Contract: `../spec/SNAPSHOT_V1.md`
8486
- Type Definitions: `../spec/sdk-types.md`

0 commit comments

Comments
 (0)