Skip to content

Instantly share code, notes, and snippets.

@carloshs92
Created August 4, 2015 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloshs92/567af140a3b5cac2be92 to your computer and use it in GitHub Desktop.
Save carloshs92/567af140a3b5cac2be92 to your computer and use it in GitHub Desktop.
Instalar Selenium
Instalar el Servidor de Selenium
---------------------------------
* Se debe tener instalado java - jdk
descargar selenium-server-standalone-2.46.0.jar desde la url https://selenium-release.storage.googleapis.com/index.html?path=2.46/
Luego ejecutar
java -jar selenium-server-standalone-2.46.0.jar
Luego de esto se podra utilizar distrintas herramientas como webdriver.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment