We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe59745 + 97bd083 commit d276500Copy full SHA for d276500
lib/capybara/playwright/browser_options.rb
@@ -20,7 +20,6 @@ def initialize(options)
20
headless: nil,
21
ignoreDefaultArgs: nil,
22
proxy: nil,
23
- reducedMotion: nil,
24
slowMo: nil,
25
# timeout: nil,
26
tracesDir: nil,
lib/capybara/playwright/page_options.rb
@@ -26,6 +26,7 @@ def initialize(options)
record_har_path: nil,
27
record_video_dir: nil,
28
record_video_size: nil,
29
+ reducedMotion: nil,
30
screen: nil,
31
serviceWorkers: nil,
32
storageState: nil,
0 commit comments