module Selenium::WebDriver::Safari
def path
def path @path ||= nil end
def path=(path)
def path=(path) Platform.assert_executable(path) @path = path end
def technology_preview
def technology_preview '/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver' end
def technology_preview!
def technology_preview! @use_technology_preview = true end
def technology_preview?
def technology_preview? use_technology_preview end