Skip to content

Commit 48de33c

Browse files
Fix ecosystem pal (SeleniumHQ#2392)
* links to open in new tab * [deploy site] fixed ecosystem page * [deploy site] fixed issues
1 parent d425bc3 commit 48de33c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

website_and_docs/content/ecosystem/_index.html

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<h1 class="d-1 text-center">Ecosystem</h1>
2020
<p class="lead mt-3 mb-0">
2121
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
22+
WebDriver. Some of them are featured on this page. Here are a number of
2323
drivers, bindings, plugins, and frameworks created and maintained by third
24-
parties.
24+
parties. If you have a project which could be listed here, reach out to us.
2525
</p>
2626
</div>
2727
{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}}
@@ -67,30 +67,30 @@ <h2 id="browser-drivers">Browser Drivers</h2>
6767
</div>
6868
<div class="card-body px-0">
6969
<p class="card-title fw-bold text-center h6">
70-
<a href="https://github.com/mozilla/geckodriver/">
70+
<a href="https://github.com/mozilla/geckodriver/" target="_blank" rel="noopener noreferrer">
7171
Mozilla GeckoDriver
7272
</a>
7373
</p>
7474
<p class="card-text text-center m-0 pb-1">
7575
<a
76-
href="https://github.com/mozilla/geckodriver/releases"
77-
class="card-link"
76+
href="https://github.com/mozilla/geckodriver/releases"
77+
class="card-link" target="_blank" rel="noopener noreferrer"
7878
>
7979
Releases
8080
</a>
8181
</p>
8282
<p class="card-text text-center m-0 pb-1">
8383
<a
8484
href="https://github.com/mozilla/geckodriver/blob/release/CHANGES.md"
85-
class="card-link"
85+
class="card-link" target="_blank" rel="noopener noreferrer"
8686
>
8787
Changelog
8888
</a>
8989
</p>
9090
<p class="card-text text-center">
9191
<a
9292
href="https://github.com/mozilla/geckodriver/issues"
93-
class="card-link"
93+
class="card-link" target="_blank" rel="noopener noreferrer"
9494
>
9595
Issue tracker
9696
</a>
@@ -111,23 +111,23 @@ <h2 id="browser-drivers">Browser Drivers</h2>
111111
<div class="card-body px-0">
112112
<p class="card-title fw-bold text-center h6">
113113
<a
114-
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/"
114+
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/" target="_blank" rel="noopener noreferrer"
115115
>
116116
Microsoft EdgeDriver
117117
</a>
118118
</p>
119119
<p class="card-text text-center m-0 pb-1">
120120
<a
121-
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads"
122-
class="card-link"
121+
href="https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads"
122+
class="card-link" target="_blank" rel="noopener noreferrer"
123123
>
124124
Releases
125125
</a>
126126
</p>
127127
<p class="card-text text-center">
128128
<a
129-
href="https://github.com/MicrosoftEdge/EdgeWebDriver"
130-
class="card-link"
129+
href="https://github.com/MicrosoftEdge/EdgeWebDriver"
130+
class="card-link" target="_blank" rel="noopener noreferrer"
131131
>
132132
Issue tracker
133133
</a>
@@ -147,20 +147,20 @@ <h2 id="browser-drivers">Browser Drivers</h2>
147147
</div>
148148
<div class="card-body px-0">
149149
<p class="card-title fw-bold text-center h6">
150-
<a href="https://chromedriver.chromium.org/"> Google ChromeDriver </a>
150+
<a href="https://chromedriver.chromium.org/" target="_blank" rel="noopener noreferrer"> Google ChromeDriver </a>
151151
</p>
152152
<p class="card-text text-center m-0 pb-1">
153153
<a
154154
href="https://chromedriver.chromium.org/downloads"
155-
class="card-link"
155+
class="card-link" target="_blank" rel="noopener noreferrer"
156156
>
157157
Releases and changelog
158158
</a>
159159
</p>
160160
<p class="card-text text-center">
161161
<a
162-
href="https://bugs.chromium.org/p/chromedriver/issues/list"
163-
class="card-link"
162+
href="https://bugs.chromium.org/p/chromedriver/issues/list" target="_blank" rel="noopener noreferrer"
163+
class="card-link"
164164
>
165165
Issue tracker
166166
</a>
@@ -180,22 +180,22 @@ <h2 id="browser-drivers">Browser Drivers</h2>
180180
</div>
181181
<div class="card-body px-0">
182182
<p class="card-title fw-bold text-center h6">
183-
<a href="https://github.com/operasoftware/operachromiumdriver">
183+
<a href="https://github.com/operasoftware/operachromiumdriver" target="_blank" rel="noopener noreferrer">
184184
Opera ChromiumDriver
185185
</a>
186186
</p>
187187
<p class="card-text text-center m-0 pb-1">
188188
<a
189-
href="https://github.com/operasoftware/operachromiumdriver/releases"
189+
href="https://github.com/operasoftware/operachromiumdriver/releases" target="_blank" rel="noopener noreferrer"
190190
class="card-link"
191191
>
192192
Releases
193193
</a>
194194
</p>
195195
<p class="card-text text-center">
196196
<a
197-
href="https://github.com/operasoftware/operachromiumdriver/issues"
198-
class="card-link"
197+
href="https://github.com/operasoftware/operachromiumdriver/issues" target="_blank" rel="noopener noreferrer"
198+
class="card-link" target="_blank" rel="noopener noreferrer"
199199
>
200200
Issue tracker
201201
</a>
@@ -216,13 +216,13 @@ <h2 id="browser-drivers">Browser Drivers</h2>
216216
<div class="card-body px-0">
217217
<p class="card-title fw-bold text-center h6">
218218
<a
219-
href="https://developer.apple.com/documentation/webkit/about_webdriver_for_safari"
219+
href="https://developer.apple.com/documentation/webkit/about_webdriver_for_safari" target="_blank" rel="noopener noreferrer"
220220
>
221221
Apple SafariDriver
222222
</a>
223223
</p>
224224
<p class="card-text text-center">
225-
<a href="https://bugreport.apple.com/" class="card-link">
225+
<a href="https://bugreport.apple.com/" class="card-link" target="_blank" rel="noopener noreferrer">
226226
Issue tracker
227227
</a>
228228
</p>
@@ -257,7 +257,7 @@ <h2 id="language-bindings">Language Bindings</h2>
257257
<tr>
258258
<th scope="row">
259259
<p>
260-
<a href="https://github.com/kallisti-dev/hs-webdriver">
260+
<a href="https://github.com/kallisti-dev/hs-webdriver" target="_blank" rel="noopener noreferrer">
261261
hs-webdriver
262262
</a>
263263
</p>
@@ -268,7 +268,7 @@ <h2 id="language-bindings">Language Bindings</h2>
268268
<tr>
269269
<th scope="row">
270270
<p>
271-
<a href="https://github.com/admc/wd"> wd </a>
271+
<a href="https://github.com/admc/wd" target="_blank" rel="noopener noreferrer"> wd </a>
272272
</p>
273273
</th>
274274
<td>JavaScript</td>
@@ -277,7 +277,7 @@ <h2 id="language-bindings">Language Bindings</h2>
277277
<tr>
278278
<th scope="row">
279279
<p>
280-
<a href="https://github.com/teodesian/Selenium-Remote-Driver">
280+
<a href="https://github.com/teodesian/Selenium-Remote-Driver" target="_blank" rel="noopener noreferrer">
281281
Selenium-Remote-Driver
282282
</a>
283283
</p>
@@ -288,7 +288,7 @@ <h2 id="language-bindings">Language Bindings</h2>
288288
<tr>
289289
<th scope="row">
290290
<p>
291-
<a href="https://github.com/php-webdriver/php-webdriver">
291+
<a href="https://github.com/php-webdriver/php-webdriver" target="_blank" rel="noopener noreferrer">
292292
php-webdriver
293293
</a>
294294
</p>
@@ -299,7 +299,7 @@ <h2 id="language-bindings">Language Bindings</h2>
299299
<tr>
300300
<th scope="row">
301301
<p>
302-
<a href="https://github.com/ropensci/RSelenium"> RSelenium </a>
302+
<a href="https://github.com/ropensci/RSelenium" target="_blank" rel="noopener noreferrer"> RSelenium </a>
303303
</p>
304304
</th>
305305
<td>R</td>
@@ -308,7 +308,7 @@ <h2 id="language-bindings">Language Bindings</h2>
308308
<tr>
309309
<th scope="row">
310310
<p>
311-
<a href="https://github.com/google/webdriver.dart">
311+
<a href="https://github.com/google/webdriver.dart" target="_blank" rel="noopener noreferrer">
312312
webdriver.dart
313313
</a>
314314
</p>
@@ -319,7 +319,7 @@ <h2 id="language-bindings">Language Bindings</h2>
319319
<tr>
320320
<th scope="row">
321321
<p>
322-
<a href="https://github.com/SeasideSt/Parasol"> Parasol </a>
322+
<a href="https://github.com/SeasideSt/Parasol" target="_blank" rel="noopener noreferrer"> Parasol </a>
323323
</p>
324324
</th>
325325
<td>Pharo Smalltalk</td>
@@ -558,7 +558,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
558558
<a href="https://github.com/RaiderHQ/ruby_raider" target="_blank" rel="noopener noreferrer"> Ruby Raider</a>
559559
</p>
560560
</th>
561-
<td>C#</td>
561+
<td>Ruby</td>
562562
<td>Augustin Gottlieb</td>
563563
</tr>
564564
</tbody>
@@ -583,7 +583,7 @@ <h2 id="tools">Tools</h2>
583583
<tr>
584584
<th scope="row">
585585
<p>
586-
<a href="https://testcontainers.com/"target="_blank" rel="noopener noreferrer"> Testcontainers </a>
586+
<a href="https://testcontainers.com/" target="_blank" rel="noopener noreferrer"> Testcontainers</a>
587587
</p>
588588
</th>
589589
<td>.NET, Java, Python, Node.js</td>

0 commit comments

Comments
 (0)