Method: Selenium::WebDriver::Safari.technology_preview!

Defined in:
lib/selenium/webdriver/safari.rb

.technology_preview!Object



35
36
37
38
# File 'lib/selenium/webdriver/safari.rb', line 35

def technology_preview!
  Service.driver_path = technology_preview
  @use_technology_preview = true
end