"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.9.1/common/src/web/frame_switching_tests/deletingFrame_iframe.html" (8 May 2023, 182 Bytes) of package /linux/www/selenium-selenium-4.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <html>
    2 <head>
    3     <title>Deleting frame: iframe</title>
    4 </head>
    5 <body>
    6 <input type='button' id='killIframe' onclick='top.remove();' value="Kill containing iframe" />
    7 </body>
    8 </html>