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
10
10
11
11
## Documentation
12
12
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 )
14
14
15
15
## 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 )
17
18
18
19
## Example
19
20
@@ -48,6 +49,6 @@ asyncio.run(main())
48
49
## Other languages
49
50
50
51
More 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 )
52
53
- [ .NET] ( https://playwright.dev/dotnet/docs/intro )
53
54
- [ Java] ( https://playwright.dev/java/docs/intro )
You can’t perform that action at this time.
0 commit comments