lib/selenium/webdriver/ie/options.rb in selenium-webdriver-4.11.0 vs lib/selenium/webdriver/ie/options.rb in selenium-webdriver-4.12.0

- old
+ new

@@ -51,15 +51,15 @@ # # Create a new Options instance # # @example # options = Selenium::WebDriver::IE::Options.new(args: ['--host=127.0.0.1']) - # driver = Selenium::WebDriver.for(:ie, capabilities: options) + # driver = Selenium::WebDriver.for(:ie, options: options) # # @example # options = Selenium::WebDriver::IE::Options.new # options.element_scroll_behavior = Selenium::WebDriver::IE::Options::SCROLL_BOTTOM - # driver = Selenium::WebDriver.for(:ie, capabilities: options) + # driver = Selenium::WebDriver.for(:ie, options: options) # # @param [Hash] opts the pre-defined options # @option opts [Array<String>] args # @option opts [Integer] browser_attach_timeout # @option opts [Integer] element_scroll_behavior Either SCROLL_TOP or SCROLL_BOTTOM