Skip to content

Commit

Permalink
add childFrames field to FrameTree struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglibo authored and atroche committed Apr 10, 2019
1 parent d82ffa8 commit 9c86817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocol/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ pub mod methods {
#[serde(rename_all = "camelCase")]
pub struct FrameTree {
pub frame: super::Frame,
pub child_frames: Option<Vec<FrameTree>>,
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit 9c86817

Please sign in to comment.