We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5dba2 commit 4728005Copy full SHA for 4728005
lib/docs/scrapers/playwright.rb
@@ -2,7 +2,7 @@ module Docs
2
class Playwright < UrlScraper
3
self.name = 'Playwright'
4
self.type = 'simple'
5
- self.release = '1.49.0'
+ self.release = '1.51.0'
6
self.base_url = 'https://playwright.dev/docs/'
7
self.root_path = 'intro'
8
self.links = {
@@ -16,7 +16,7 @@ class Playwright < UrlScraper
16
17
# https://github.com/microsoft/playwright/blob/main/LICENSE
18
options[:attribution] = <<-HTML
19
- © 2024 Microsoft<br>
+ © 2025 Microsoft<br>
20
Licensed under the Apache License, Version 2.0.
21
HTML
22
0 commit comments