June
a READ-ONLY Selenium, with an HTTP API
Requirements
- Firefox Browser
- Geckodriver move to
/usr/bin
- Java (tested on Java 8)
- Selenium
Installation
git clone https://github.com/codenoid/June.git
cd June
sudo make
Usage
- Start a new June server
java -jar selenium-server-standalone-3.8.1.jar & # or start inside `screen`
june --browser 2 --port 3000
--browser
for starting june with 2 active browser
--port
define port for HTTP API
- Do POST request (application/x-www-form-urlencoded) with params url
curl -d "url=https://shopee.co.id" -X POST http://localhost:3000/
Development
- Customizable
- Multiple Browser
- Balancing
- "Remove" Requirements
- Debug Mode
- Validation
- Test
Contributing
- Fork it ( https://github.com/codenoid/June/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- codenoid Rubi Jihantoro - creator, maintainer
- Thanks ! ysbaddaden