/selenium-go

This project is an example for how usage selenium with golang to automatize your tests.

Primary LanguageGo

Selenium for GoLang

This project is an example for how usage selenium with golang to automatize your tests.

In this example is only enable for simple scripts, if you need scale by distributing or create robust tests is better usage others tools =)

Installing

go get -t -d ./...

Running

go test -v ./simple_example_test.go