File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -1274,14 +1274,32 @@ frame = page.frame(url=r".*domain.*")
1274
1274
```
1275
1275
1276
1276
### param: Page.frame.frameSelector
1277
- * langs: java, js
1277
+ * langs: js
1278
1278
- ` frameSelector ` <[ string] |[ Object] >
1279
1279
- ` name ` <[ string] > Frame name specified in the ` iframe ` 's ` name ` attribute. Optional.
1280
1280
- ` url ` <[ string] |[ RegExp] |[ function] \( [ URL] \) :[ boolean] > A glob pattern, regex pattern or predicate receiving
1281
1281
frame's ` url ` as a [ URL] object. Optional.
1282
1282
1283
1283
Frame name or other frame lookup options.
1284
1284
1285
+ ### param: Page.frame.name
1286
+ * langs: csharp, java
1287
+ - ` name ` <[ string] >
1288
+
1289
+ Frame name specified in the ` iframe ` 's ` name ` attribute.
1290
+
1291
+ ## method: Page.frameByUrl
1292
+ * langs: csharp, java
1293
+ - returns: <[ null] |[ Frame] >
1294
+
1295
+ Returns frame with matching URL.
1296
+
1297
+ ### param: Page.frameByUrl.url
1298
+ * langs: csharp, java
1299
+ - ` url ` <[ string] |[ RegExp] |[ function] \( [ URL] \) :[ boolean] >
1300
+
1301
+ A glob pattern, regex pattern or predicate receiving frame's ` url ` as a [ URL] object.
1302
+
1285
1303
## method: Page.frames
1286
1304
- returns: <[ Array] <[ Frame] >>
1287
1305
You can’t perform that action at this time.
0 commit comments