Async::WebDriver SourceAsyncWebDriverBridgeSafariDriver

class Driver

Definitions

def arguments(**options)

Signature

returns Array(String)

The arguments to pass to the safaridriver executable.

Implementation

def arguments(**options)
	[
		options.fetch(:path, "safaridriver"),
		"--port=#{self.port}",
	].compact
end