2017 © Pedro Peláez
 

library php-selenium-server

Operate selenium-server-standalone. You can start and stop from the php command line.

image

hayatravis/php-selenium-server

Operate selenium-server-standalone. You can start and stop from the php command line.

  • Friday, November 17, 2017
  • by hayatravis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

php-selenium-server

Build Status Coverage Status Total Downloads License composer.lock, (*1)

Usage

<?php
require_once './vendor/autoload.php';

$client = new \Hayatravis\Pss\PhpSeleniumServer();

// Start selenium-server-standalone.
$client->startSeleniumServer();

/*
 * Program using Facebook \ WebDriver \ Remote \ RemoteWebDriver etc...
 *
 */

// Get selenium-server-standalone process ID.
$client->getPid();

// Confirm that selenium-server-standalone is stopped.
$client->isStopSeleniumServer();

// Stop selenium-server-standalone.
$client->stopSeleniumServer();

The Versions

17/11 2017

dev-master

9999999-dev

Operate selenium-server-standalone. You can start and stop from the php command line.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Avatar hayatravis

17/11 2017

1.0.2

1.0.2.0

Operate selenium-server-standalone. You can start and stop from the php command line.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Avatar hayatravis

17/11 2017

1.0.1

1.0.1.0

Operate selenium-server-standalone. You can start and stop from the php command line.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Avatar hayatravis

17/11 2017

1.0.0

1.0.0.0

Operate selenium-server-standalone. You can start and stop from the php command line.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Avatar hayatravis