Skip to content

Commit b53177b

Browse files
committed
Add reducedMotion to BrowserOption
1 parent 8b8fede commit b53177b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/capybara/playwright/browser_options.rb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def initialize(options)
2020
headless: nil,
2121
ignoreDefaultArgs: nil,
2222
proxy: nil,
23+
reducedMotion: nil,
2324
slowMo: nil,
2425
# timeout: nil,
2526
tracesDir: nil,

0 commit comments

Comments
 (0)