selenium-python-ai-agent 0.2.3__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.
Files changed (42) hide show
  1. {selenium_python_ai_agent-0.2.3/selenium_python_ai_agent.egg-info → selenium_python_ai_agent-0.2.4}/PKG-INFO +15 -2
  2. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/README.md +14 -1
  3. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/pyproject.toml +1 -1
  4. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/__init__.py +1 -1
  5. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/cli.py +1 -1
  6. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4/selenium_python_ai_agent.egg-info}/PKG-INFO +15 -2
  7. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/tests/test_path_handling.py +1 -1
  8. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/LICENSE +0 -0
  9. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/__init__.py +0 -0
  10. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/coder.py +0 -0
  11. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/definitions.py +0 -0
  12. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/healer.py +0 -0
  13. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/agents/planner.py +0 -0
  14. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/__init__.py +0 -0
  15. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/gherkin_advisor.py +0 -0
  16. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/bdd/templates.py +0 -0
  17. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/core/__init__.py +0 -0
  18. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/core/orchestrator.py +0 -0
  19. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/scanner/__init__.py +0 -0
  20. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/scanner/project_scanner.py +0 -0
  21. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/__init__.py +0 -0
  22. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/base_page.py +0 -0
  23. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/driver_factory.py +0 -0
  24. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/error_map.py +0 -0
  25. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/locator_advisor.py +0 -0
  26. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/selenium/locator_scanner.py +0 -0
  27. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/__init__.py +0 -0
  28. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/code_validator.py +0 -0
  29. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/config_manager.py +0 -0
  30. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/json_utils.py +0 -0
  31. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/llm.py +0 -0
  32. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/logger.py +0 -0
  33. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/paths.py +0 -0
  34. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/spec_writer.py +0 -0
  35. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_agent/utils/url_extractor.py +0 -0
  36. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/SOURCES.txt +0 -0
  37. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/dependency_links.txt +0 -0
  38. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/entry_points.txt +0 -0
  39. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/requires.txt +0 -0
  40. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/selenium_python_ai_agent.egg-info/top_level.txt +0 -0
  41. {selenium_python_ai_agent-0.2.3 → selenium_python_ai_agent-0.2.4}/setup.cfg +0 -0
  42. {selenium_python_ai_agent-0.2.3 → 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
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,7 +30,7 @@ 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
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
@@ -39,6 +39,19 @@ Dynamic: license-file
39
39
 
40
40
  ---
41
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
52
+
53
+ ---
54
+
42
55
  ## 🧠 How It Works — 3 Agents
43
56
 
44
57
  ```
@@ -1,6 +1,6 @@
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
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
@@ -9,6 +9,19 @@
9
9
 
10
10
  ---
11
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
22
+
23
+ ---
24
+
12
25
  ## 🧠 How It Works — 3 Agents
13
26
 
14
27
  ```
@@ -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.3"
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" }
@@ -15,6 +15,6 @@ Usage (CLI):
15
15
 
16
16
  from selenium_agent.core.orchestrator import Orchestrator as SeleniumAgent
17
17
 
18
- __version__ = "0.2.3"
18
+ __version__ = "0.2.4"
19
19
  __author__ = "Ankit Tripathi"
20
20
  __all__ = ["SeleniumAgent"]
@@ -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.3")
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
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,7 +30,7 @@ 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
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
@@ -39,6 +39,19 @@ Dynamic: license-file
39
39
 
40
40
  ---
41
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
52
+
53
+ ---
54
+
42
55
  ## 🧠 How It Works — 3 Agents
43
56
 
44
57
  ```
@@ -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.3"
28
+ assert selenium_agent.__version__ == "0.2.4"
29
29
  assert selenium_agent.SeleniumAgent.__name__ == "Orchestrator"
30
30
 
31
31