From 4728005ac721c54928e06da9653e772d7bc2e1e1 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 16 Mar 2025 09:40:53 +0100 Subject: [PATCH] Update Playwright documentation (1.51.0) --- lib/docs/scrapers/playwright.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/playwright.rb b/lib/docs/scrapers/playwright.rb index c8e2c70e..b594a78f 100644 --- a/lib/docs/scrapers/playwright.rb +++ b/lib/docs/scrapers/playwright.rb @@ -2,7 +2,7 @@ module Docs class Playwright < UrlScraper self.name = 'Playwright' self.type = 'simple' - self.release = '1.49.0' + self.release = '1.51.0' self.base_url = 'https://playwright.dev/docs/' self.root_path = 'intro' self.links = { @@ -16,7 +16,7 @@ module Docs # https://github.com/microsoft/playwright/blob/main/LICENSE options[:attribution] = <<-HTML - © 2024 Microsoft
+ © 2025 Microsoft
Licensed under the Apache License, Version 2.0. HTML