class Marionette::Service

Defined in:

Constant Summary

SERVICE_CHECK_INTERVAL = 100.milliseconds
SERVICE_RETRY_LIMIT = 10

Constructors

Instance Method Summary

Constructor Detail

def self.new(browser : Browser, path = nil, port = nil, host = "127.0.0.1", args = [] of String, env = ENV.to_h) #

Instance Method Detail

def browser : Browser #

def closed? #

def command_line_args #

def env : Hash(String, String) #

def open? #

def path : String #

def port : Int32 #

def process : Process? #

def send_remote_shutdown #

def start #

def stderr : IO::Memory #

def stdout : IO::Memory #

def stop #

def url #