I am new to Go Lang. And I am looking for automation of registration processes, logging in to a web application. Please suggest a good tool like Selenium and how I can implement it in go language.
I want to do the following process automatically using Go Lang:
- Launch a browser. I am currently using https://github.com/skratchdot/open-golang
- Automatic login on the registration page and automatic submission of the form.
- Login verification for registered user. Everything should be done automatically for more users.
source
share