mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Playwright documentation (1.46.1)
This commit is contained in:
parent
5c854ab547
commit
14586c6eb2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Playwright < UrlScraper
|
||||
self.name = 'Playwright'
|
||||
self.type = 'simple'
|
||||
self.release = '1.44.1'
|
||||
self.release = '1.46.1'
|
||||
self.base_url = 'https://playwright.dev/docs/'
|
||||
self.root_path = 'intro'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue