mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: refactor FrameManager and fix docs (#8770)
This commit is contained in:
@@ -16,10 +16,8 @@ class Frame {
|
||||
|
||||
string
|
||||
|
||||
the frame's `name` attribute as specified in the tag.
|
||||
The frame's `name` attribute as specified in the tag.
|
||||
|
||||
## Remarks
|
||||
|
||||
If the name is empty, it returns the `id` attribute instead.
|
||||
|
||||
Note: This value is calculated once when the frame is created, and will not update if the attribute is changed later.
|
||||
This value is calculated once when the frame is created, and will not update if the attribute is changed later.
|
||||
|
||||
Reference in New Issue
Block a user