Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion website_and_docs/content/ecosystem/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 id="language-bindings">Language Bindings</h2>
<tr>
<th scope="row">
<p>
<a href="https://github.com/tebeka/selenium"> Selenium </a>
<a href="https://github.com/tebeka/selenium" target="_blank" rel="noopener noreferrer"> Selenium </a>
</p>
</th>
<td>Go</td>
Expand Down Expand Up @@ -347,6 +347,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
</div>
</div>
</div>

<div class="row justify-content-center p-5 td-box--100">
<div class="table-responsive">
<table class="table">
Expand Down Expand Up @@ -566,6 +567,45 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
</div>
</div>

<div class="row justify-content-left pt-5 ps-5">
<h2 id="aisolutions">AI Solutions</h2>
</div>

<div class="row justify-content-center p-5">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Language</th>
<th scope="col">Author</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<p>
<a href="https://github.com/alumnium-hq/alumnium/" target="_blank" rel="noopener noreferrer"> Alumnium</a>
</p>
</th>
<td>Python</td>
<td>Alex Rodionov </td>
</tr>

<tr>
<th scope="row">
<p>
<a href="https://github.com/angiejones/mcp-selenium" target="_blank" rel="noopener noreferrer"> MCP-Selenium</a>
</p>
</th>
<td>Javascript</td>
<td>Angie Jones </td>
</tr>
</tbody>
</table>
</div>
</div>

<div class="row justify-content-left pt-5 ps-5">
<h2 id="tools">Tools</h2>
</div>
Expand Down
Loading