Skip to content

Commit 4728005

Browse files
committed
Update Playwright documentation (1.51.0)
1 parent 3d5dba2 commit 4728005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/playwright.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Playwright < UrlScraper
33
self.name = 'Playwright'
44
self.type = 'simple'
5-
self.release = '1.49.0'
5+
self.release = '1.51.0'
66
self.base_url = 'https://playwright.dev/docs/'
77
self.root_path = 'intro'
88
self.links = {
@@ -16,7 +16,7 @@ class Playwright < UrlScraper
1616

1717
# https://github.com/microsoft/playwright/blob/main/LICENSE
1818
options[:attribution] = <<-HTML
19-
&copy; 2024 Microsoft<br>
19+
&copy; 2025 Microsoft<br>
2020
Licensed under the Apache License, Version 2.0.
2121
HTML
2222

0 commit comments

Comments
 (0)