File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
1010
1111## Documentation
1212
13- [ https://playwright.dev/dotnet /docs/intro ] ( https://playwright.dev/dotnet /docs/intro )
13+ [ https://playwright.dev/python /docs/intro ] ( https://playwright.dev/python /docs/intro )
1414
1515## API Reference
16- [ https://playwright.dev/dotnet/docs/api/class-playwright ] ( https://playwright.dev/dotnet/docs/api/class-playwright )
16+
17+ [ https://playwright.dev/python/docs/api/class-playwright ] ( https://playwright.dev/python/docs/api/class-playwright )
1718
1819## Example
1920
@@ -48,6 +49,6 @@ asyncio.run(main())
4849## Other languages
4950
5051More comfortable in another programming language? [ Playwright] ( https://playwright.dev ) is also available in
51- - [ TypeScript] ( https://playwright.dev/docs/intro )
52+ - [ Node.js (JavaScript / TypeScript) ] ( https://playwright.dev/docs/intro )
5253- [ .NET] ( https://playwright.dev/dotnet/docs/intro )
5354- [ Java] ( https://playwright.dev/java/docs/intro )
You can’t perform that action at this time.
0 commit comments