Skip to content

Commit 254b386

Browse files
added example repo to docs
1 parent f35c4b6 commit 254b386

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
**Auto Browse** is the easiest way to connect your AI agents with the browser using natural language.
44

5+
[![Auto-Browse Launch Video](https://img.youtube.com/vi/VxJg3RRShoY/maxresdefault.jpg)](https://youtu.be/VxJg3RRShoY)
6+
7+
🎥 [Watch the launch video](https://youtu.be/VxJg3RRShoY)
8+
59
## Quick start
610

711
An AI-powered browser automation agent for automating browser tasks and Write Playwright tests that enables natural language interactions with web pages.
812

13+
## Examples
14+
15+
Check out our [TypeScript BDD Example Repository](https://github.com/auto-browse/auto-browse-typescript-bdd-example) to see a complete implementation using Auto Browse with BDD testing patterns.
16+
917
## Installation
1018

1119
```bash
@@ -303,7 +311,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
303311

304312
Thanks to Playwright Team for creating Playwright MCP and Playwright BDD.
305313

306-
307314
## License
308315

309316
MIT

docs/introduction.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ description: "Auto Browse is the easiest way to connect your AI agents with the
1717
- Playwright test integration
1818
- Zero configuration required
1919

20+
## Example Repository
21+
22+
To see Auto Browse in action, explore our [TypeScript BDD Example Repository](https://github.com/auto-browse/auto-browse-typescript-bdd-example). This repository demonstrates:
23+
24+
- Complete project setup
25+
- BDD testing patterns
26+
- Real-world automation examples
27+
2028
## Supported LLM Providers
2129

2230
Currently supported:
@@ -33,3 +41,14 @@ Coming soon:
3341
## Project Overview
3442

3543
Auto-Browse combines the power of AI with browser automation to create a seamless testing and automation experience. Whether you're writing test cases, automating workflows, or building AI-powered web interactions, Auto-Browse provides an intuitive, natural language interface to accomplish your goals.
44+
45+
## Demo Video
46+
47+
<iframe
48+
width="100%"
49+
height="400"
50+
src="https://www.youtube.com/embed/VxJg3RRShoY"
51+
title="Auto-Browse Launch Video"
52+
frameBorder="0"
53+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
54+
allowFullScreen></iframe>

0 commit comments

Comments
 (0)