Skip to content

Web Automation Demo with Go & ChromeDp

Notifications You must be signed in to change notification settings

bhupeshisanurd/hungrymouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hungrymouse

A simple display of web automation using Chromedp & Go.

81dc7123-059a-464b-adfa-38fd29f6b816.mp4

Running the demo

go run main.go <URL to Game> <Cheese Slice Count>
# or
go run https://hungrymouse-bhupeshisanurd-main.buildndeploy.co/ 20

What is this?

  • 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

About

Web Automation Demo with Go & ChromeDp

Resources

Stars

Watchers

Forks