PHPackages                             natshah/install-selenium-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. natshah/install-selenium-server

ActiveComposer-plugin[Testing &amp; Quality](/categories/testing)

natshah/install-selenium-server
===============================

Installing and configuring selenium server for automated testing sessions.

3.1.0(9y ago)301MITShell

Since Feb 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Natshah/install-selenium-server)[ Packagist](https://packagist.org/packages/natshah/install-selenium-server)[ RSS](/packages/natshah-install-selenium-server/feed)WikiDiscussions 2.x Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

```
## Install Selenium Server

Installing and configuring selenium server for automated testing sessions.

Some time I do test using some internal or external selenium server, but they
do not have the option of restarting every thing from the beginning .

I just want a very fast and basic solution, if the test finish I want the
selenium server to restart, and gave me a fresh start for the next automated
testing session.

I made this list of script with a basic installer which:
- Have Selenium standalone server will downloaded and installed on your
  localhost or server.
- Then selenium will start working after reboots.
- This selenium server will start at the 4445 port number.

You will need to have Java first.
================================================================================
```
$ sudo apt-get install openjdk-8-jdk
$ sudo apt-get install openjdk-8-jre
```
================================================================================

Run the following command to install selenium server:
================================================================================
```
$  sh ./install-selenium-server.sh
```
================================================================================

We could use the following commands to control the server
================================================================================
```
sudo /etc/init.d/selenium start
```

```
sudo /etc/init.d/selenium stop
```

```
sudo /etc/init.d/selenium restart
```
================================================================================

If you want to Uninstall :
================================================================================
```
$  sh ./uninstall-selenium-server.sh
```
================================================================================

Then Reboot.

The only thing we do need is a reset Button to restart the selenium server to
work in a new automated testing session.
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

3415d ago

Major Versions

2.x-dev → 3.1.02017-02-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1641992?v=4)[Rajab Natshah](/maintainers/Natshah)[@Natshah](https://github.com/Natshah)

---

Top Contributors

[![Natshah](https://avatars.githubusercontent.com/u/1641992?v=4)](https://github.com/Natshah "Natshah (28 commits)")

---

Tags

installinstallationinstallerlinuxseleniumselenium-webdriverserverubuntuubuntu-server

### Embed Badge

![Health badge](/badges/natshah-install-selenium-server/health.svg)

```
[![Health](https://phpackages.com/badges/natshah-install-selenium-server/health.svg)](https://phpackages.com/packages/natshah-install-selenium-server)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
