Skip to content

Commit 53ed5bd

Browse files
authoredMar 14, 2025··
feat: ✨ added Boyka Framework to Selenium Ecosystem (#2219)[deploy site]
1 parent 067b882 commit 53ed5bd

File tree

1 file changed

+145
-103
lines changed

1 file changed

+145
-103
lines changed
 

Diff for: ‎website_and_docs/content/ecosystem/_index.html

+145-103
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,47 @@
22
title: Ecosystem
33
linkTitle: ecosystem
44
aliases:
5-
[
6-
"/pt-br/ecosystem/",
7-
"/zh-cn/ecosystem/",
8-
"/ja/ecosystem/",
9-
"/other/ecosystem/",
10-
"/documentation/en/getting_started_with_webdriver/third_party_drivers_and_plugins/",
11-
"/documentation/ja/getting_started_with_webdriver/third_party_drivers_and_plugins/",
12-
"/documentation/pt-br/getting_started_with_webdriver/third_party_drivers_and_plugins/",
13-
"/documentation/zh-cn/getting_started_with_webdriver/third_party_drivers_and_plugins/"
14-
]
5+
[
6+
"/pt-br/ecosystem/",
7+
"/zh-cn/ecosystem/",
8+
"/ja/ecosystem/",
9+
"/other/ecosystem/",
10+
"/documentation/en/getting_started_with_webdriver/third_party_drivers_and_plugins/",
11+
"/documentation/ja/getting_started_with_webdriver/third_party_drivers_and_plugins/",
12+
"/documentation/pt-br/getting_started_with_webdriver/third_party_drivers_and_plugins/",
13+
"/documentation/zh-cn/getting_started_with_webdriver/third_party_drivers_and_plugins/",
14+
]
1515
---
16+
1617
{{< blocks/section color="selenium-purple" height="min" >}}
1718
<div class="mx-auto p-4">
18-
<h1 class="d-1 text-center">Ecosystem</h1>
19-
<p class="lead mt-3 mb-0">
20-
There is an ecosystem full of Open Source projects around Selenium and WebDriver, and some
21-
of them are featured on this page. Here are a number of drivers, bindings, plugins,
22-
and frameworks created and maintained by third parties.
19+
<h1 class="d-1 text-center">Ecosystem</h1>
20+
<p class="lead mt-3 mb-0">
21+
There is an ecosystem full of Open Source projects around Selenium and
22+
WebDriver, and some of them are featured on this page. Here are a number of
23+
drivers, bindings, plugins, and frameworks created and maintained by third
24+
parties.
2325
</p>
2426
</div>
25-
{{< /blocks/section >}}
26-
27-
{{% blocks/section color="selenium-yellow" %}}
27+
{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}}
2828

2929
<div class="card bg-transparent border-0">
3030
<div class="row no-gutters align-items-center">
31-
<div class="col-md-1 text-danger ">
31+
<div class="col-md-1 text-danger">
3232
<p class="d-1 text-center">
3333
<i class="fas fa-exclamation"></i>
3434
</p>
3535
</div>
3636
<div class="col-md-11">
3737
<div class="card-body">
3838
<p class="card-text text-dark">
39-
Please note that these projects are not supported, maintained, hosted, or endorsed by the
40-
Selenium project. In addition, be advised that the projects listed below are not necessarily
41-
licensed under the Apache License v.2.0. Some of the projects are available under another
42-
free and open source software license; others are only available under a proprietary license.
43-
Any questions about projects and their license of distribution need to be raised with their
44-
respective developer(s).
39+
Please note that these projects are not supported, maintained, hosted,
40+
or endorsed by the Selenium project. In addition, be advised that the
41+
projects listed below are not necessarily licensed under the Apache
42+
License v.2.0. Some of the projects are available under another free
43+
and open source software license; others are only available under a
44+
proprietary license. Any questions about projects and their license of
45+
distribution need to be raised with their respective developer(s).
4546
</p>
4647
</div>
4748
</div>
@@ -57,7 +58,12 @@ <h2 id="browser-drivers">Browser Drivers</h2>
5758
<div class="col-sm-4 p-3">
5859
<div class="card h-100 bg-transparent border-0">
5960
<div class="card-header bg-transparent border-0 text-center py-0">
60-
<img class="w-100 shadow-1-strong rounded" style="max-width: 100px;" src="/images/browsers/firefox.svg" alt="Firefox"/>
61+
<img
62+
class="w-100 shadow-1-strong rounded"
63+
style="max-width: 100px"
64+
src="/images/browsers/firefox.svg"
65+
alt="Firefox"
66+
/>
6167
</div>
6268
<div class="card-body px-0">
6369
<p class="card-title fw-bold text-center h6">
@@ -66,17 +72,26 @@ <h2 id="browser-drivers">Browser Drivers</h2>
6672
</a>
6773
</p>
6874
<p class="card-text text-center m-0 pb-1">
69-
<a href="https://github.com/mozilla/geckodriver/releases" class="card-link">
75+
<a
76+
href="https://github.com/mozilla/geckodriver/releases"
77+
class="card-link"
78+
>
7079
Releases
7180
</a>
7281
</p>
7382
<p class="card-text text-center m-0 pb-1">
74-
<a href="https://github.com/mozilla/geckodriver/blob/release/CHANGES.md" class="card-link">
83+
<a
84+
href="https://github.com/mozilla/geckodriver/blob/release/CHANGES.md"
85+
class="card-link"
86+
>
7587
Changelog
7688
</a>
7789
</p>
7890
<p class="card-text text-center">
79-
<a href="https://github.com/mozilla/geckodriver/issues" class="card-link">
91+
<a
92+
href="https://github.com/mozilla/geckodriver/issues"
93+
class="card-link"
94+
>
8095
Issue tracker
8196
</a>
8297
</p>
@@ -86,21 +101,34 @@ <h2 id="browser-drivers">Browser Drivers</h2>
86101
<div class="col-sm-4 p-3">
87102
<div class="card h-100 bg-transparent border-0">
88103
<div class="card-header bg-transparent border-0 text-center py-0">
89-
<img class="w-100 shadow-1-strong rounded" style="max-width: 100px;" src="/images/browsers/edge.svg" alt="Edge"/>
104+
<img
105+
class="w-100 shadow-1-strong rounded"
106+
style="max-width: 100px"
107+
src="/images/browsers/edge.svg"
108+
alt="Edge"
109+
/>
90110
</div>
91111
<div class="card-body px-0">
92112
<p class="card-title fw-bold text-center h6">
93-
<a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/">
113+
<a
114+
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/"
115+
>
94116
Microsoft EdgeDriver
95117
</a>
96118
</p>
97119
<p class="card-text text-center m-0 pb-1">
98-
<a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads" class="card-link">
120+
<a
121+
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads"
122+
class="card-link"
123+
>
99124
Releases
100125
</a>
101126
</p>
102127
<p class="card-text text-center">
103-
<a href="https://github.com/MicrosoftEdge/EdgeWebDriver" class="card-link">
128+
<a
129+
href="https://github.com/MicrosoftEdge/EdgeWebDriver"
130+
class="card-link"
131+
>
104132
Issue tracker
105133
</a>
106134
</p>
@@ -110,21 +138,30 @@ <h2 id="browser-drivers">Browser Drivers</h2>
110138
<div class="col-sm-4 p-3">
111139
<div class="card h-100 bg-transparent border-0">
112140
<div class="card-header bg-transparent border-0 text-center py-0">
113-
<img class="w-100 shadow-1-strong rounded" style="max-width: 100px;" src="/images/browsers/chrome.svg" alt="Chrome"/>
141+
<img
142+
class="w-100 shadow-1-strong rounded"
143+
style="max-width: 100px"
144+
src="/images/browsers/chrome.svg"
145+
alt="Chrome"
146+
/>
114147
</div>
115148
<div class="card-body px-0">
116149
<p class="card-title fw-bold text-center h6">
117-
<a href="https://chromedriver.chromium.org/">
118-
Google ChromeDriver
119-
</a>
150+
<a href="https://chromedriver.chromium.org/"> Google ChromeDriver </a>
120151
</p>
121152
<p class="card-text text-center m-0 pb-1">
122-
<a href="https://chromedriver.chromium.org/downloads" class="card-link">
153+
<a
154+
href="https://chromedriver.chromium.org/downloads"
155+
class="card-link"
156+
>
123157
Releases and changelog
124158
</a>
125159
</p>
126160
<p class="card-text text-center">
127-
<a href="https://bugs.chromium.org/p/chromedriver/issues/list" class="card-link">
161+
<a
162+
href="https://bugs.chromium.org/p/chromedriver/issues/list"
163+
class="card-link"
164+
>
128165
Issue tracker
129166
</a>
130167
</p>
@@ -134,7 +171,12 @@ <h2 id="browser-drivers">Browser Drivers</h2>
134171
<div class="col-sm-4 p-3">
135172
<div class="card h-100 bg-transparent border-0">
136173
<div class="card-header bg-transparent border-0 text-center py-0">
137-
<img class="w-100 shadow-1-strong rounded" style="max-width: 100px;" src="/images/browsers/opera.svg" alt="Opera"/>
174+
<img
175+
class="w-100 shadow-1-strong rounded"
176+
style="max-width: 100px"
177+
src="/images/browsers/opera.svg"
178+
alt="Opera"
179+
/>
138180
</div>
139181
<div class="card-body px-0">
140182
<p class="card-title fw-bold text-center h6">
@@ -143,12 +185,18 @@ <h2 id="browser-drivers">Browser Drivers</h2>
143185
</a>
144186
</p>
145187
<p class="card-text text-center m-0 pb-1">
146-
<a href="https://github.com/operasoftware/operachromiumdriver/releases" class="card-link">
188+
<a
189+
href="https://github.com/operasoftware/operachromiumdriver/releases"
190+
class="card-link"
191+
>
147192
Releases
148193
</a>
149194
</p>
150195
<p class="card-text text-center">
151-
<a href="https://github.com/operasoftware/operachromiumdriver/issues" class="card-link">
196+
<a
197+
href="https://github.com/operasoftware/operachromiumdriver/issues"
198+
class="card-link"
199+
>
152200
Issue tracker
153201
</a>
154202
</p>
@@ -158,11 +206,18 @@ <h2 id="browser-drivers">Browser Drivers</h2>
158206
<div class="col-sm-4 p-3">
159207
<div class="card h-100 bg-transparent border-0">
160208
<div class="card-header bg-transparent border-0 text-center py-0">
161-
<img class="w-100 shadow-1-strong rounded" style="max-width: 100px;" src="/images/browsers/safari.svg" alt="Safari"/>
209+
<img
210+
class="w-100 shadow-1-strong rounded"
211+
style="max-width: 100px"
212+
src="/images/browsers/safari.svg"
213+
alt="Safari"
214+
/>
162215
</div>
163216
<div class="card-body px-0">
164217
<p class="card-title fw-bold text-center h6">
165-
<a href="https://developer.apple.com/documentation/webkit/about_webdriver_for_safari">
218+
<a
219+
href="https://developer.apple.com/documentation/webkit/about_webdriver_for_safari"
220+
>
166221
Apple SafariDriver
167222
</a>
168223
</p>
@@ -193,9 +248,7 @@ <h2 id="language-bindings">Language Bindings</h2>
193248
<tr>
194249
<th scope="row">
195250
<p>
196-
<a href="https://github.com/tebeka/selenium">
197-
Selenium
198-
</a>
251+
<a href="https://github.com/tebeka/selenium"> Selenium </a>
199252
</p>
200253
</th>
201254
<td>Go</td>
@@ -215,9 +268,7 @@ <h2 id="language-bindings">Language Bindings</h2>
215268
<tr>
216269
<th scope="row">
217270
<p>
218-
<a href="https://github.com/admc/wd">
219-
wd
220-
</a>
271+
<a href="https://github.com/admc/wd"> wd </a>
221272
</p>
222273
</th>
223274
<td>JavaScript</td>
@@ -248,9 +299,7 @@ <h2 id="language-bindings">Language Bindings</h2>
248299
<tr>
249300
<th scope="row">
250301
<p>
251-
<a href="https://github.com/ropensci/RSelenium">
252-
RSelenium
253-
</a>
302+
<a href="https://github.com/ropensci/RSelenium"> RSelenium </a>
254303
</p>
255304
</th>
256305
<td>R</td>
@@ -270,9 +319,7 @@ <h2 id="language-bindings">Language Bindings</h2>
270319
<tr>
271320
<th scope="row">
272321
<p>
273-
<a href="https://github.com/SeasideSt/Parasol">
274-
Parasol
275-
</a>
322+
<a href="https://github.com/SeasideSt/Parasol"> Parasol </a>
276323
</p>
277324
</th>
278325
<td>Pharo Smalltalk</td>
@@ -288,14 +335,14 @@ <h2 id="language-bindings">Language Bindings</h2>
288335
<div class="card-body ps-0">
289336
<h2 class="card-title" id="frameworks">Frameworks</h2>
290337
<p class="card-text w-lg-75">
291-
Programming languages are supported through Selenium drivers.
292-
These are libraries made for each language that expose commands
293-
from the Selenium API natively in the form of methods/functions.
338+
Programming languages are supported through Selenium drivers. These are
339+
libraries made for each language that expose commands from the Selenium
340+
API natively in the form of methods/functions.
294341
</p>
295342
<p class="card-text pb-4 w-lg-75">
296-
Selenium is often used for automating web applications for testing purposes,
297-
but it does not include a testing framework.
298-
Some testing frameworks that can be used with Selenium are listed below.
343+
Selenium is often used for automating web applications for testing
344+
purposes, but it does not include a testing framework. Some testing
345+
frameworks that can be used with Selenium are listed below.
299346
</p>
300347
</div>
301348
</div>
@@ -314,9 +361,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
314361
<tr>
315362
<th scope="row">
316363
<p>
317-
<a href="https://github.com/atata-framework/atata">
318-
Atata
319-
</a>
364+
<a href="https://github.com/atata-framework/atata"> Atata </a>
320365
</p>
321366
</th>
322367
<td>C#</td>
@@ -336,11 +381,20 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
336381
<tr>
337382
<th scope="row">
338383
<p>
339-
<a href="https://github.com/teamcapybara/capybara">
340-
Capybara
384+
<a href="https://github.com/BoykaFramework/boyka-framework">
385+
Boyka Framework
341386
</a>
342387
</p>
343388
</th>
389+
<td>Java</td>
390+
<td>Wasiq Bhamla</td>
391+
</tr>
392+
<tr>
393+
<th scope="row">
394+
<p>
395+
<a href="https://github.com/teamcapybara/capybara"> Capybara </a>
396+
</p>
397+
</th>
344398
<td>Ruby</td>
345399
<td>Thomas Walpole</td>
346400
</tr>
@@ -380,9 +434,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
380434
<tr>
381435
<th scope="row">
382436
<p>
383-
<a href="https://github.com/watir/nerodia">
384-
Nerodia
385-
</a>
437+
<a href="https://github.com/watir/nerodia"> Nerodia </a>
386438
</p>
387439
</th>
388440
<td>Python</td>
@@ -391,9 +443,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
391443
<tr>
392444
<th scope="row">
393445
<p>
394-
<a href="https://qmetry.github.io/qaf/">
395-
QAF
396-
</a>
446+
<a href="https://qmetry.github.io/qaf/"> QAF </a>
397447
</p>
398448
</th>
399449
<td>Java</td>
@@ -402,9 +452,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
402452
<tr>
403453
<th scope="row">
404454
<p>
405-
<a href="https://github.com/selenide/selenide">
406-
Selenide
407-
</a>
455+
<a href="https://github.com/selenide/selenide"> Selenide </a>
408456
</p>
409457
</th>
410458
<td>Java</td>
@@ -424,7 +472,9 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
424472
<tr>
425473
<th scope="row">
426474
<p>
427-
<a href="https://github.com/robotframework/SeleniumLibrary#seleniumlibrary">
475+
<a
476+
href="https://github.com/robotframework/SeleniumLibrary#seleniumlibrary"
477+
>
428478
SeleniumLibrary
429479
</a>
430480
</p>
@@ -435,9 +485,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
435485
<tr>
436486
<th scope="row">
437487
<p>
438-
<a href="https://github.com/watir/watir">
439-
Watir
440-
</a>
488+
<a href="https://github.com/watir/watir"> Watir </a>
441489
</p>
442490
</th>
443491
<td>Ruby</td>
@@ -476,7 +524,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
476524
<td>Java</td>
477525
<td>Mohab Mohie</td>
478526
</tr>
479-
<tr>
527+
<tr>
480528
<th scope="row">
481529
<p>
482530
<a href="https://github.com/Abdelrhman-Ellithy/Ellithium">
@@ -490,20 +538,16 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
490538
<tr>
491539
<th scope="row">
492540
<p>
493-
<a href="https://github.com/vaadin/testbench">
494-
TestBench
495-
</a>
541+
<a href="https://github.com/vaadin/testbench"> TestBench </a>
496542
</p>
497543
</th>
498544
<td>Java</td>
499545
<td>Vaadin</td>
500546
</tr>
501-
<tr>
547+
<tr>
502548
<th scope="row">
503549
<p>
504-
<a href="https://yapoml.dev/selenium">
505-
Yapoml
506-
</a>
550+
<a href="https://yapoml.dev/selenium"> Yapoml </a>
507551
</p>
508552
</th>
509553
<td>C#</td>
@@ -521,23 +565,21 @@ <h2 id="tools">Tools</h2>
521565
<div class="table-responsive">
522566
<table class="table">
523567
<thead>
524-
<tr>
525-
<th scope="col">Name</th>
526-
<th scope="col">Language</th>
527-
<th scope="col">Author</th>
528-
</tr>
568+
<tr>
569+
<th scope="col">Name</th>
570+
<th scope="col">Language</th>
571+
<th scope="col">Author</th>
572+
</tr>
529573
</thead>
530574
<tbody>
531-
<tr>
532-
<th scope="row">
533-
<p>
534-
<a href="https://testcontainers.com/">
535-
Testcontainers
536-
</a>
537-
</p>
538-
</th>
539-
<td>.NET, Java, Python, Node.js</td>
540-
</tr>
575+
<tr>
576+
<th scope="row">
577+
<p>
578+
<a href="https://testcontainers.com/"> Testcontainers </a>
579+
</p>
580+
</th>
581+
<td>.NET, Java, Python, Node.js</td>
582+
</tr>
541583
</tbody>
542584
</table>
543585
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.