{"id":23052123,"url":"https://github.com/jonymusky/ai-browser-automation","last_synced_at":"2026-02-17T19:35:09.307Z","repository":{"id":267988228,"uuid":"902903257","full_name":"jonymusky/ai-browser-automation","owner":"jonymusky","description":"AI-powered browser automation using Selenium WebDriver","archived":false,"fork":false,"pushed_at":"2024-12-17T15:47:19.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T22:33:28.287Z","etag":null,"topics":["ai","automation","llm","selenium","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonymusky.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-13T14:03:11.000Z","updated_at":"2024-12-23T22:41:05.000Z","dependencies_parsed_at":"2024-12-13T18:24:04.916Z","dependency_job_id":"89d96704-7a10-4832-93a1-520951dad0d9","html_url":"https://github.com/jonymusky/ai-browser-automation","commit_stats":null,"previous_names":["jonymusky/ai-browser-automation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonymusky/ai-browser-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonymusky%2Fai-browser-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonymusky%2Fai-browser-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonymusky%2Fai-browser-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonymusky%2Fai-browser-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonymusky","download_url":"https://codeload.github.com/jonymusky/ai-browser-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonymusky%2Fai-browser-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","automation","llm","selenium","selenium-webdriver"],"created_at":"2024-12-16T00:11:51.848Z","updated_at":"2026-02-17T19:35:04.298Z","avatar_url":"https://github.com/jonymusky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Browser Automation\n\n![Tests](https://github.com/jonymusky/ai-browser-automation/workflows/Tests/badge.svg)\n![Lint](https://github.com/jonymusky/ai-browser-automation/workflows/Lint/badge.svg)\n![npm version](https://img.shields.io/npm/v/ai-browser-automation.svg)\n[![NPM Downloads](https://img.shields.io/npm/dt/ai-browser-automation.svg?style=flat)](https://www.npmjs.com/package/ai-browser-automation)\n\n\nA TypeScript package that combines Selenium WebDriver with AI capabilities for intelligent browser automation.\n\n## Overview\n\nThis package provides an easy way to automate browser interactions using AI capabilities. It supports multiple LLM providers (OpenAI, Ollama) and can automatically detect and interact with web elements.\n\nFor a detailed list of changes and versions, see our [Changelog](CHANGELOG.md).\n\n## Features\n\n- Selenium-based browser automation\n- AI-powered element detection and interaction\n- Support for multiple LLM providers (OpenAI, Ollama, Grok)\n- Screenshot capture capability\n- Flexible step-based automation configuration\n\n## Installation\n\n```bash\nnpm install ai-browser-automation\n# or\npnpm add ai-browser-automation\n```\n\n## Usage\n\n```typescript\nimport { AiBrowserAutomation } from 'ai-browser-automation';\n\nconst automation = new AiBrowserAutomation({\n  llmProvider: 'OpenAI',\n  apiKey: 'your-api-key',\n  browser: 'chrome',\n  headless: true\n});\n\nconst steps = [\n  {\n    action: 'navigate',\n    description: 'Go to Google',\n    url: 'https://google.com'\n  },\n  {\n    action: 'write',\n    description: 'Search for something',\n    solve_with_ai: true\n  }\n];\n\nconst result = await automation.execute(steps);\n```\n\n## Examples\n\nFor detailed examples with screenshots and execution outputs, see our [Examples Documentation](docs/examples.md).\n\n## Running an example\n\nYou can find example scripts in the `examples` directory. To run a specific example:\n\n```bash\npnpm run-example google\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonymusky%2Fai-browser-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonymusky%2Fai-browser-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonymusky%2Fai-browser-automation/lists"}