Skip to content

Commit a071969

Browse files
committed
Add documentation for mobile option
1 parent 6312a9d commit a071969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ferrum/browser.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ class Browser
126126
# @option options [Hash] :env
127127
# Environment variables you'd like to pass through to the process.
128128
#
129+
# @option options [Boolean] :mobile
130+
# Specify whether to enable mobile emulation and touch UI.
129131
def initialize(options = nil)
130132
@options = Options.new(options)
131133
@client = @process = @contexts = nil

0 commit comments

Comments
 (0)