Selenium Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
==Selenium Standalone Server Installation==
==Selenium Standalone Server Installation==


Get <code>selenium-server-standalone.jar</code> from <code>https://selenium-release.storage.googleapis.com/${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}/selenium-server-standalone-${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}.${SELENIUM_PATCH_VERSION}.jar</code>
Get <code>selenium-server-standalone.jar</code> from:
<syntaxhighlight lang='text'>
https://selenium-release.storage.googleapis.com/${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}/selenium-server-standalone-${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}.${SELENIUM_PATCH_VERSION}.jar
</syntaxhighlight>

Revision as of 04:07, 2 June 2021

External

Internal

Installation with Helm

https://github.com/helm/charts/tree/master/stable/selenium

Local Component Installation

This installation mode makes sense when experimenting with different Selenium components.

Selenium Standalone Server Installation

Get selenium-server-standalone.jar from:

https://selenium-release.storage.googleapis.com/${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}/selenium-server-standalone-${SELENIUM_MAJOR_VERSION}.${SELENIUM_MINOR_VERSION}.${SELENIUM_PATCH_VERSION}.jar