selenium-python-ai-agent 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {selenium_python_ai_agent-0.2.2/selenium_python_ai_agent.egg-info → selenium_python_ai_agent-0.2.4}/PKG-INFO +17 -4
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/README.md +16 -3
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/pyproject.toml +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/__init__.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/cli.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4/selenium_python_ai_agent.egg-info}/PKG-INFO +17 -4
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/tests/test_path_handling.py +1 -1
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/LICENSE +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/coder.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/definitions.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/healer.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/planner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/gherkin_advisor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/templates.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/core/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/core/orchestrator.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/scanner/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/scanner/project_scanner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/base_page.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/driver_factory.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/error_map.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/locator_advisor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/locator_scanner.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/__init__.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/code_validator.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/config_manager.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/json_utils.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/llm.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/logger.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/paths.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/spec_writer.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/url_extractor.py +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/SOURCES.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/dependency_links.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/entry_points.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/requires.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/top_level.txt +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/setup.cfg +0 -0
- {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/tests/test_agent_enhancements.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-python-ai-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
|
|
5
5
|
Author: Ankit Tripathi
|
|
6
6
|
License: MIT
|
|
@@ -30,12 +30,25 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Selenium Python AI Agent 🤖
|
|
32
32
|
|
|
33
|
-
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Playwright's test agents** do, but for Selenium.
|
|
33
|
+
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Microsoft Playwright's test agents** do, but for **Selenium Python**. **Standalone and CI-ready — no AI IDE session required. Your tests, your code, your repo.**
|
|
34
34
|
> Supports **Anthropic Claude** and **OpenAI ChatGPT** as LLM backends.
|
|
35
35
|
|
|
36
36
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
37
37
|
[](https://python.org)
|
|
38
|
-
[](LICENSE)
|
|
38
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## ✨ Key Capabilities
|
|
43
|
+
|
|
44
|
+
- 🧠 **Self-driving pipeline** — built-in Planner → Generator → Healer; runs from any terminal or CI with exit codes
|
|
45
|
+
- 📦 **You own the output** — AI writes the code once; real Page Object Model files live in your repo and run with plain `pytest` — no AI dependency, no per-run API cost
|
|
46
|
+
- 🏗️ **Fresh or existing projects** — start from scratch, or point it at your current framework and it generates in *its* style: your folders, your base classes, your fixtures
|
|
47
|
+
- 🩺 **Verified healing** — run → live DOM re-scan → fix → re-run; a fix only counts when tests actually pass
|
|
48
|
+
- 📋 **Reviewable plans** — `specs/*.md` artifacts you can read, edit, and regenerate from
|
|
49
|
+
- 🤝 **CLI + agent workflows** — full CLI plus Claude Code integration (`selenium-agent init-agents`)
|
|
50
|
+
- ✅ **Minutes to first green suite** — `pip install`, one plain-English sentence, and you have a running, passing E2E suite
|
|
51
|
+
- 💯 **Enterprise-grade projects or a quick client POC** — engineered for long-term test suites, fast enough to demo today
|
|
39
52
|
|
|
40
53
|
---
|
|
41
54
|
|
|
@@ -405,7 +418,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
405
418
|
|
|
406
419
|
## 🤝 Contributing
|
|
407
420
|
|
|
408
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
421
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
409
422
|
|
|
410
423
|
---
|
|
411
424
|
|
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
# Selenium Python AI Agent 🤖
|
|
2
2
|
|
|
3
|
-
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Playwright's test agents** do, but for Selenium.
|
|
3
|
+
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Microsoft Playwright's test agents** do, but for **Selenium Python**. **Standalone and CI-ready — no AI IDE session required. Your tests, your code, your repo.**
|
|
4
4
|
> Supports **Anthropic Claude** and **OpenAI ChatGPT** as LLM backends.
|
|
5
5
|
|
|
6
6
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
7
7
|
[](https://python.org)
|
|
8
|
-
[](LICENSE)
|
|
8
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## ✨ Key Capabilities
|
|
13
|
+
|
|
14
|
+
- 🧠 **Self-driving pipeline** — built-in Planner → Generator → Healer; runs from any terminal or CI with exit codes
|
|
15
|
+
- 📦 **You own the output** — AI writes the code once; real Page Object Model files live in your repo and run with plain `pytest` — no AI dependency, no per-run API cost
|
|
16
|
+
- 🏗️ **Fresh or existing projects** — start from scratch, or point it at your current framework and it generates in *its* style: your folders, your base classes, your fixtures
|
|
17
|
+
- 🩺 **Verified healing** — run → live DOM re-scan → fix → re-run; a fix only counts when tests actually pass
|
|
18
|
+
- 📋 **Reviewable plans** — `specs/*.md` artifacts you can read, edit, and regenerate from
|
|
19
|
+
- 🤝 **CLI + agent workflows** — full CLI plus Claude Code integration (`selenium-agent init-agents`)
|
|
20
|
+
- ✅ **Minutes to first green suite** — `pip install`, one plain-English sentence, and you have a running, passing E2E suite
|
|
21
|
+
- 💯 **Enterprise-grade projects or a quick client POC** — engineered for long-term test suites, fast enough to demo today
|
|
9
22
|
|
|
10
23
|
---
|
|
11
24
|
|
|
@@ -375,7 +388,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
375
388
|
|
|
376
389
|
## 🤝 Contributing
|
|
377
390
|
|
|
378
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
391
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
379
392
|
|
|
380
393
|
---
|
|
381
394
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "selenium-python-ai-agent"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.4"
|
|
8
8
|
description = "AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -201,7 +201,7 @@ Other examples:
|
|
|
201
201
|
parser.add_argument("--test", default=None, metavar="TEST_NAME",
|
|
202
202
|
help="Specific test function to run/heal. "
|
|
203
203
|
"e.g. --test test_login_locked_out_user")
|
|
204
|
-
parser.add_argument("--version", action="version", version="selenium-agent 0.2.
|
|
204
|
+
parser.add_argument("--version", action="version", version="selenium-agent 0.2.4")
|
|
205
205
|
|
|
206
206
|
args = parser.parse_args()
|
|
207
207
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: selenium-python-ai-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
|
|
5
5
|
Author: Ankit Tripathi
|
|
6
6
|
License: MIT
|
|
@@ -30,12 +30,25 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Selenium Python AI Agent 🤖
|
|
32
32
|
|
|
33
|
-
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Playwright's test agents** do, but for Selenium.
|
|
33
|
+
> AI-powered multi-agent framework that **plans**, **generates**, and **heals** Selenium Python tests automatically — working the way **Microsoft Playwright's test agents** do, but for **Selenium Python**. **Standalone and CI-ready — no AI IDE session required. Your tests, your code, your repo.**
|
|
34
34
|
> Supports **Anthropic Claude** and **OpenAI ChatGPT** as LLM backends.
|
|
35
35
|
|
|
36
36
|
[](https://pypi.org/project/selenium-python-ai-agent/)
|
|
37
37
|
[](https://python.org)
|
|
38
|
-
[](LICENSE)
|
|
38
|
+
[](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## ✨ Key Capabilities
|
|
43
|
+
|
|
44
|
+
- 🧠 **Self-driving pipeline** — built-in Planner → Generator → Healer; runs from any terminal or CI with exit codes
|
|
45
|
+
- 📦 **You own the output** — AI writes the code once; real Page Object Model files live in your repo and run with plain `pytest` — no AI dependency, no per-run API cost
|
|
46
|
+
- 🏗️ **Fresh or existing projects** — start from scratch, or point it at your current framework and it generates in *its* style: your folders, your base classes, your fixtures
|
|
47
|
+
- 🩺 **Verified healing** — run → live DOM re-scan → fix → re-run; a fix only counts when tests actually pass
|
|
48
|
+
- 📋 **Reviewable plans** — `specs/*.md` artifacts you can read, edit, and regenerate from
|
|
49
|
+
- 🤝 **CLI + agent workflows** — full CLI plus Claude Code integration (`selenium-agent init-agents`)
|
|
50
|
+
- ✅ **Minutes to first green suite** — `pip install`, one plain-English sentence, and you have a running, passing E2E suite
|
|
51
|
+
- 💯 **Enterprise-grade projects or a quick client POC** — engineered for long-term test suites, fast enough to demo today
|
|
39
52
|
|
|
40
53
|
---
|
|
41
54
|
|
|
@@ -405,7 +418,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
|
|
|
405
418
|
|
|
406
419
|
## 🤝 Contributing
|
|
407
420
|
|
|
408
|
-
PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
421
|
+
PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
|
|
409
422
|
|
|
410
423
|
---
|
|
411
424
|
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/tests/test_path_handling.py
RENAMED
|
@@ -25,7 +25,7 @@ def make_healer(output_dir: Path) -> HealerAgent:
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
def test_package_import_exposes_public_api():
|
|
28
|
-
assert selenium_agent.__version__ == "0.2.
|
|
28
|
+
assert selenium_agent.__version__ == "0.2.4"
|
|
29
29
|
assert selenium_agent.SeleniumAgent.__name__ == "Orchestrator"
|
|
30
30
|
|
|
31
31
|
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/__init__.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/coder.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/healer.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/planner.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/templates.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/scanner/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/json_utils.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/llm.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/logger.py
RENAMED
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/paths.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.4}/tests/test_agent_enhancements.py
RENAMED
|
File without changes
|