seleniumboot-mcp 0.3.2__tar.gz → 0.3.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 (18) hide show
  1. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/PKG-INFO +9 -1
  2. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/README.md +8 -0
  3. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/pyproject.toml +1 -1
  4. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/PKG-INFO +9 -1
  5. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/setup.cfg +0 -0
  6. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/__init__.py +0 -0
  7. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/server.py +0 -0
  8. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/__init__.py +0 -0
  9. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/_locators.py +0 -0
  10. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/assertion_tools.py +0 -0
  11. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/browser_tools.py +0 -0
  12. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/codegen_tools.py +0 -0
  13. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/selenium_mcp/tools/element_tools.py +0 -0
  14. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/SOURCES.txt +0 -0
  15. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/dependency_links.txt +0 -0
  16. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/entry_points.txt +0 -0
  17. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/requires.txt +0 -0
  18. {seleniumboot_mcp-0.3.2 → seleniumboot_mcp-0.3.4}/src/seleniumboot_mcp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumboot-mcp
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright
5
5
  Author-email: Raza Tech <razatechnologyservices@gmail.com>
6
6
  License: MIT
@@ -33,6 +33,14 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
33
33
 
34
34
  ---
35
35
 
36
+ ## Demo
37
+
38
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/hqdefault.jpg)](https://youtu.be/54LoY2HNLrs)
39
+
40
+ ▶ [Watch the demo on YouTube](https://youtu.be/54LoY2HNLrs)
41
+
42
+ ---
43
+
36
44
  ## Installation
37
45
 
38
46
  ```bash
@@ -11,6 +11,14 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
11
11
 
12
12
  ---
13
13
 
14
+ ## Demo
15
+
16
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/hqdefault.jpg)](https://youtu.be/54LoY2HNLrs)
17
+
18
+ ▶ [Watch the demo on YouTube](https://youtu.be/54LoY2HNLrs)
19
+
20
+ ---
21
+
14
22
  ## Installation
15
23
 
16
24
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "seleniumboot-mcp"
7
- version = "0.3.2"
7
+ version = "0.3.4"
8
8
  description = "A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumboot-mcp
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: A Python MCP server for Selenium WebDriver — 74 tools for browser automation, alerts, frames, shadow DOM, cookies, mobile emulation, self-healing locators, and codegen for Java/C#/Python/Playwright
5
5
  Author-email: Raza Tech <razatechnologyservices@gmail.com>
6
6
  License: MIT
@@ -33,6 +33,14 @@ run assertions, and generate ready-to-run **Java TestNG / JUnit 5 / Cucumber / p
33
33
 
34
34
  ---
35
35
 
36
+ ## Demo
37
+
38
+ [![seleniumboot-mcp demo](https://img.youtube.com/vi/54LoY2HNLrs/hqdefault.jpg)](https://youtu.be/54LoY2HNLrs)
39
+
40
+ ▶ [Watch the demo on YouTube](https://youtu.be/54LoY2HNLrs)
41
+
42
+ ---
43
+
36
44
  ## Installation
37
45
 
38
46
  ```bash