public async Task ShouldHandleNestedFrames()
        {
            await Page.GotoAsync(Server.Prefix + "/frames/nested-frames.html");

            Assert.AreEqual(TestConstants.NestedFramesDumpResult, FrameUtils.DumpFrames(Page.MainFrame));
        }