Tell me how to pass Safari options in Ruby-Test Unit.
Hello Macy,
In case of Ruby, you can pass safari options as shown below:
caps = Selenium::WebDriver::Remote::Capabilities.safari
caps["safariOptions"] = {}
Tell me how to pass Safari options in Ruby-Test Unit.
Hello Macy,
In case of Ruby, you can pass safari options as shown below:
caps = Selenium::WebDriver::Remote::Capabilities.safari
caps["safariOptions"] = {}