Skip to content

Commit 8a96099

Browse files
committed
chore: add CHANGELOG entry
1 parent 0a3cf33 commit 8a96099

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- `Ferrum::Network::Exchange#loader_id` returns loader id [#426]
1111
- `Ferrum::Browser#debug` opens headless session in the browser devtools frontend [#519]
1212
- `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]
1314

1415
### Changed
1516

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,10 @@ Parent frame id if this one is nested in another one.
10881088

10891089
Parent frame if this one is nested in another one.
10901090

1091+
#### frame_element : `Node | nil`
1092+
1093+
Returns the element in which the window is embedded.
1094+
10911095
#### execution_id : `Integer`
10921096

10931097
Execution context id which is used by JS, each frame has it's own context in

0 commit comments

Comments
 (0)