https://github.com/humbertodias/java-selenium-demo
Aplicación Java usando Selenium con HTMLUtil y PhantomJS
https://github.com/humbertodias/java-selenium-demo
phantomjs selenium selenium-java
Last synced: 22 days ago
JSON representation
Aplicación Java usando Selenium con HTMLUtil y PhantomJS
- Host: GitHub
- URL: https://github.com/humbertodias/java-selenium-demo
- Owner: humbertodias
- Created: 2017-04-28T12:48:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T10:50:58.000Z (over 8 years ago)
- Last Synced: 2025-03-02T02:09:04.628Z (over 1 year ago)
- Topics: phantomjs, selenium, selenium-java
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java con Selenium
Aplicación Java usando Selenium con HTMLUtil y PhantomJS
## Prerequisitos
1. [Maven](https://maven.apache.org/download.cgi) 3+
2. [Java](http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html) 8+
3. [PhantonJS](http://phantomjs.org/download.html) 2+
## Como correr
1. Clon
```
git clone https://github.com/humbertodias/java-selenium-demo.git
```
2. Entrar en la carpeta
```
cd java-selenium-demo
```
3. Correr
en terminal
```
mvn compile exec:java -Dexec.mainClass="htmldriver.HtmlUnitTest"
```
o
```
mvn compile exec:java -Dexec.mainClass="htmldriver.PhantomJSTest"
```

## Referencias
[Selenium Example](http://www.guru99.com/selenium-with-htmlunit-driver-phantomjs.html)