This is a Selenium client for Go. Currently it supports only the remote WebDriver client, so you'll need a selenium server running.
- Run
- go get github.com/tebeka/selenium
Docs are at gopkgdoc.
See here.
- Support Firefox profiles
- Finish full Selenium API.
- More testing
- Selenium 1 client
- Our own server for testing (getting out takes too much time)
- SauceLabs integration
This directory should be under an src directory.
You'll need a Selenium server to run the tests, run selenium.sh download to get it and selenium.sh start to run it.
Test with ./run-tests.sh.
I (Miki) work on dev branch since go get pull from default.
- Miki Tebeka <miki.tebeka@gmail.com>