Skip to content

Commit 7769b8c

Browse files
authored
Merge pull request #6 from SentienceAPI/readme
docs and readme
2 parents b3a4b2d + 2ba27f7 commit 7769b8c

File tree

3 files changed

+510
-0
lines changed

3 files changed

+510
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ npm run build
8282
- `query(snapshot, selector)` - Find elements matching selector
8383
- `find(snapshot, selector)` - Find single best match
8484
- String DSL: `"role=button text~'Sign in'"`
85+
- **📖 [Complete DSL Query Guide](docs/QUERY_DSL.md)** - Comprehensive documentation with all operators, fields, and examples
8586

8687
### Day 5: Actions
8788
- `click(browser, elementId)` - Click element
@@ -112,5 +113,6 @@ npm test
112113

113114
## Documentation
114115

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

0 commit comments

Comments
 (0)