File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9
9
- ` Ferrum::Network::Exchange#unknown ` determines if the exchange is in an unknown state, meaning that browser might not return info about it [ #426 ]
10
10
- ` Ferrum::Network::Exchange#loader_id ` returns loader id [ #426 ]
11
11
- ` Ferrum::Browser#debug ` opens headless session in the browser devtools frontend [ #519 ]
12
+ - ` Ferrum::Frame#parent ` returns the parent frame if this frame is nested [ #523 ]
12
13
13
14
### Changed
14
15
Original file line number Diff line number Diff line change @@ -1084,6 +1084,10 @@ Frame's unique id.
1084
1084
1085
1085
Parent frame id if this one is nested in another one.
1086
1086
1087
+ #### parent : ` Frame | nil `
1088
+
1089
+ Parent frame if this one is nested in another one.
1090
+
1087
1091
#### execution_id : ` Integer `
1088
1092
1089
1093
Execution context id which is used by JS, each frame has it's own context in
You can’t perform that action at this time.
0 commit comments