mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
docs: change Accessibility.snapshot type to string in java and c# (#5286)
This commit is contained in:
parent
53ed35ef96
commit
eee2d02290
@ -116,6 +116,10 @@ if node:
|
||||
print(node["name"])
|
||||
```
|
||||
|
||||
## async method: Accessibility.snapshot
|
||||
* langs: csharp, java
|
||||
- returns: <[null]|[Map]<[string], [any]>>
|
||||
|
||||
### option: Accessibility.snapshot.interestingOnly
|
||||
- `interestingOnly` <[boolean]>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user