lib/selenium/webdriver/chrome/options.rb in selenium-webdriver-4.0.0.alpha3 vs lib/selenium/webdriver/chrome/options.rb in selenium-webdriver-4.0.0.alpha4
- old
+ new
@@ -167,10 +167,10 @@
#
# @example Start Chrome in mobile emulation mode by device metrics
# options = Selenium::WebDriver::Chrome::Options.new
# options.add_emulation(device_metrics: {width: 400, height: 800, pixelRatio: 1, touch: true})
#
- # @param [Hash] opts the pre-defined options for adding mobilie emulation values
+ # @param [Hash] opts the pre-defined options for adding mobile emulation values
# @option opts [String] :device_name A valid device name from the Chrome DevTools Emulation panel
# @option opts [Hash] :device_metrics Hash containing width, height, pixelRatio, touch
# @option opts [String] :user_agent Full user agent
#