We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6312a9d commit a071969Copy full SHA for a071969
lib/ferrum/browser.rb
@@ -126,6 +126,8 @@ class Browser
126
# @option options [Hash] :env
127
# Environment variables you'd like to pass through to the process.
128
#
129
+ # @option options [Boolean] :mobile
130
+ # Specify whether to enable mobile emulation and touch UI.
131
def initialize(options = nil)
132
@options = Options.new(options)
133
@client = @process = @contexts = nil
0 commit comments