class Driver
Definitions
def arguments(**options)
Signature
-
returns
Array(String) The arguments to pass to the
safaridriverexecutable.
Implementation
def arguments(**options)
[
options.fetch(:path, "safaridriver"),
"--port=#{self.port}",
].compact
end