class Marionette::Service
- Marionette::Service
 - Reference
 - Object
 
Defined in:
marionette/service.crConstant Summary
- 
        SERVICE_CHECK_INTERVAL = 
100.milliseconds - 
        SERVICE_RETRY_LIMIT = 
10 
Constructors
Instance Method Summary
- #browser : Browser
 - #closed?
 - #command_line_args
 - #env : Hash(String, String)
 - #open?
 - #path : String
 - #port : Int32
 - #process : Process | Nil
 - #send_remote_shutdown
 - #start
 - #stderr : IO::Memory
 - #stdout : IO::Memory
 - #stop
 - #url
 
Constructor Detail
        
        def self.new(browser : Browser, path = nil, port = nil, host : String = "127.0.0.1", args : Array(String) = [] of String, env : Hash(String, String) = ENV.to_h)
        #