A simple display of web automation using Chromedp & Go.
81dc7123-059a-464b-adfa-38fd29f6b816.mp4
go run main.go <URL to Game> <Cheese Slice Count>
# or
go run https://hungrymouse-bhupeshisanurd-main.buildndeploy.co/ 20
- We play a mini-game of feeding a hungry mouse with cheese using an automated Go program built using Chromedp
- The web-automation shows a demo of doing following things
- Finding elements on viewport
- Sending text to input fields
- Dragging elements across viewport