Can I pass the Firefox options in Ruby-Test Unit?
Hi Emma,
You can pass Firefox options in Ruby as shown below:
caps = Selenium::WebDriver::Remote::Capabilities.firefox
caps["firefoxOptions"] = {}
Can I pass the Firefox options in Ruby-Test Unit?
Hi Emma,
You can pass Firefox options in Ruby as shown below:
caps = Selenium::WebDriver::Remote::Capabilities.firefox
caps["firefoxOptions"] = {}