selenium:stop-server

Full name:

org.codehaus.mojo:selenium-maven-plugin:1.0-beta-3:stop-server

Description:

Stop the Selenium server.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 1.0-beta-2.

Optional Parameters

Name Type Since Description
port int 1.0-beta-2 The port number of the server to connect to. Default value is: 4444.
skip boolean 1.0-beta-2 Skip goal execution Default value is: false.

Parameter Details

port :

The port number of the server to connect to.

  • Type: int
  • Since: 1.0-beta-2
  • Required: No
  • Expression: ${port}
  • Default: 4444

skip :

Skip goal execution

  • Type: boolean
  • Since: 1.0-beta-2
  • Required: No
  • Expression: ${maven.test.skip}
  • Default: false