Skip to content

agundawar/browser_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Browser Controller

Simple server controlling the different browsers on machine. Command to run the app - "ruby browser_controller.rb"

Port used 8080

Libraries used

- sinatra

Endpoints supported

-	POST /start/:browser : To start the browser on the server (Allowed values for browser - "firefox", "chrome", "safari", "explorer"). Also accepts JSON body with "key" & "proxy" as optional parameters

-	GET /stop/:browser : To stop the browser (Allowed values for browser - "firefox", "chrome", "safari", "explorer")

-	GET /cleanup/:browser : To cleanup the browser (Allowed values for browser - "firefox", "chrome", "safari", "explorer")

OS supported

-	Mac machines

-	Windows machines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages