"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/coordinates_tests/element_in_frame.html" (17 Feb 2023, 233 Bytes) of package /linux/www/selenium-selenium-4.8.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 <!DOCTYPE html>
    2 <html>
    3 <head>
    4   <title>Welcome Page</title>
    5 </head>
    6 <body style="margin: 10px; padding: 0px;">
    7   <iframe name="ifr" src="simple_page.html" width="400" height="300" style="border: 5px solid;"></iframe>
    8 </body>
    9 </html>