Simple server controlling the different browsers on machine. Command to run the app - "ruby browser_controller.rb"
Port used 8080
- sinatra
- 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")
- Mac machines
- Windows machines