We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c645c6 commit 83292c2Copy full SHA for 83292c2
2 files changed
lib/docs/filters/playwright/clean_html.rb
@@ -22,6 +22,7 @@ def call
22
end
23
24
css('*[class]').remove_attribute('class')
25
+ css('*[style]').remove_attribute('style')
26
27
doc
28
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.59.1'
+ self.release = '1.60.0'
6
self.base_url = 'https://playwright.dev/docs/'
7
self.root_path = 'intro'
8
self.links = {
0 commit comments