Skip to content

Commit 83292c2

Browse files
committed
Update Playwright documentation (1.60.0)
1 parent 4c645c6 commit 83292c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/docs/filters/playwright/clean_html.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def call
2222
end
2323

2424
css('*[class]').remove_attribute('class')
25+
css('*[style]').remove_attribute('style')
2526

2627
doc
2728
end

lib/docs/scrapers/playwright.rb

Lines changed: 1 addition & 1 deletion
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.59.1'
5+
self.release = '1.60.0'
66
self.base_url = 'https://playwright.dev/docs/'
77
self.root_path = 'intro'
88
self.links = {

0 commit comments

Comments
 (0)