Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj319 committed Dec 26, 2024
1 parent 64ff02f commit 3cf6adb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Locatr package helps you to find HTML locators on a webpage using prompts and llms.

## Overview
- LLM based HTML locator finder.
- LLM based HTML element path finder.
- Re-rank support for improved accuracy.
- Supports playwright, selenium, cdp.
- Uses cache to reduce calls to llm apis.
Expand Down Expand Up @@ -434,4 +434,4 @@ Schema of the json file:

### Contributing

We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) guide to get started.
We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) guide to get started.
5 changes: 3 additions & 2 deletions python_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Locatr package helps you to find HTML locators on a webpage using prompts and llms.

## Overview
- LLM based HTML locator finder.
- HTML LLM based HTML element path finder.
- Re-rank support for improved accuracy.
- Supports playwright, selenium, cdp.
- Uses cache to reduce calls to llm apis.
Expand All @@ -15,6 +15,7 @@ Example:

```python
print(locatr.get_locatr("Search input bar in the page"))
# output: 'html > div > input'
```
For more examples check the `examples/python` folder.

Expand Down Expand Up @@ -155,4 +156,4 @@ You can also get locatrs asynchronously. Just call `get_locatr_async`.

```
await l.get_locatr_async("red 'yes button' in the form")
```
```

0 comments on commit 3cf6adb

Please sign in to comment.