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 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
12
- ` Ferrum::Frame#parent ` returns the parent frame if this frame is nested [ #523 ]
13
+ - ` Ferrum::Frame#frame_element ` returns the element in which the window is embedded [ #524 ]
13
14
14
15
### Changed
15
16
Original file line number Diff line number Diff line change @@ -1088,6 +1088,10 @@ Parent frame id if this one is nested in another one.
1088
1088
1089
1089
Parent frame if this one is nested in another one.
1090
1090
1091
+ #### frame_element : ` Node | nil `
1092
+
1093
+ Returns the element in which the window is embedded.
1094
+
1091
1095
#### execution_id : ` Integer `
1092
1096
1093
1097
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