Skip to content

Commit d2a8b28

Browse files
duncan-baynekivikakk
authored andcommitted
Add documentation for mobile option
1 parent a60d423 commit d2a8b28

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
@@ -129,6 +129,8 @@ class Browser
129129
# @option options [Hash] :env
130130
# Environment variables you'd like to pass through to the process.
131131
#
132+
# @option options [Boolean] :mobile
133+
# Specify whether to enable mobile emulation and touch UI.
132134
def initialize(options = nil)
133135
@options = Options.new(options)
134136
@client = @process = @contexts = nil

0 commit comments

Comments
 (0)