Merge remote-tracking branch 'parent/main' into kbtopic-fix-security
This commit is contained in:
commit
9a5f80c41d
36 changed files with 609 additions and 179 deletions
|
@ -14,6 +14,7 @@ Capybara.register_driver :headless_chrome do |app|
|
|||
options = Selenium::WebDriver::Chrome::Options.new
|
||||
options.add_argument '--headless=new'
|
||||
options.add_argument '--window-size=1680,1050'
|
||||
options.browser_version = '120'
|
||||
|
||||
Capybara::Selenium::Driver.new(
|
||||
app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue