Updating Selenium URLs (#4094)

This commit is contained in:
Diego Molina 2024-02-26 13:16:48 +01:00 committed by GitHub
parent 11eefbe29d
commit c1a68ebc9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@
<div class="col-1-5">
<h3><span class="red">&hearts;</span> Open Source <span class="red">&hearts;</span></h3>
<ul>
<li><a href="http://www.seleniumhq.org/">Selenium</a></li>
<li><a href="http://www.selenium.dev/">Selenium</a></li>
<li><a href="https://github.com/micmro/PerfCascade">PerfCascade</a></li>
<li><a href="http://getskeleton.com/">Skeleton</a></li>
<li><a href="https://github.com/cgiffard/node-simplecrawler">Simplecrawler</a></li>

View File

@ -3,7 +3,7 @@
We are incredibly grateful for the Open Source tools that form the foundation of Sitespeed.io. Our hearts are filled with appreciation for these amazing projects and the communities that support them. We would like to extend a special thank you to ([see the full list]({{site.baseurl}}/documentation/sitespeed.io/developers/#built-upon-open-source)):
* [Selenium](http://www.seleniumhq.org/)
* [Selenium](http://www.selenium.dev/)
* [VisualMetrics](https://github.com/WPO-Foundation/visualmetrics)
* [PerfCascade](https://github.com/micmro/PerfCascade)
* [Skeleton](http://getskeleton.com)

View File

@ -91,7 +91,7 @@ If you use the <code>--preScript</code> or <code>--multi</code> feature, it is t
### My pre/post/scripting script doesn't work?
We use Selenium pre/post script navigation. You can [read more](/documentation/sitespeed.io/prepostscript/) about of our pre/post script setup and focus on the [debug section](/documentation/sitespeed.io/prepostscript/#debuglog-from-your-script) if you have any problem.
If you have problem with Selenium (getting the right element etc), PLEASE do not create issues in sitespeed.io. Head over to the [Selenium community](https://docs.seleniumhq.org/) and they can help you.
If you have problem with Selenium (getting the right element etc), PLEASE do not create issues in sitespeed.io. Head over to the [Selenium community](https://www.selenium.dev/support/) and they can help you.
### How do you pass HTML/JavaScript as a CLI parameter?
The easiest way to pass HTML to the CLI is to pass on the whole message as a String (use a quotation mark to start and end the String) and then do not use quotation marks inside the HTML.

View File

@ -23,7 +23,7 @@ Almost everything we do is written in NodeJS (use [latest LTS](https://nodejs.or
### Built upon Open Source
Sitespeed.io uses a lot of other Open Source tools so massive love to those projects and maintainers:
* [Selenium](http://www.seleniumhq.org/)
* [Selenium](http://www.selenium.dev/)
* [Visual Metrics](https://github.com/WPO-Foundation/visualmetrics)
* [PerfCascade](https://github.com/micmro/PerfCascade)
* [Skeleton](http://getskeleton.com)

File diff suppressed because one or more lines are too long