class Marionette::Service
- Marionette::Service
- Reference
- Object
Defined in:
Constant 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?
- #send_remote_shutdown
- #start
- #stderr : IO::Memory
- #stdout : IO::Memory
- #stop
- #url
Constructor Detail
def self.new(browser : Browser, path = nil, port = nil, host = "127.0.0.1", args = [] of String, env = ENV.to_h)
#