Sha256: ead3bcacd49c5d5e4acd907cbb642c6d9d89385e2bd441ce7ffdcd85f204513d
Contents?: true
Size: 784 Bytes
Versions: 4
Compression:
Stored size: 784 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Child frame</title> <meta name="author" content="Software Freedom Conservancy"> <link rel="author" href="https://github.com/SeleniumHQ/selenium/blob/selenium-4.2.0/common/src/web/scrolling_tests/frame_with_height_above_200.html"> <link rel="license" href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE"> </head> <body> <h1>This is a scrolling frame test</h1> <div> <table> <tr height="50px"> <td>First row</td> </tr> <tr height="50px"> <td>Second row</td> </tr> <tr height="50px"> <td>Third row</td> </tr> <tr height="50px"> <td>Fourth row</td> </tr> </table> </div> <input type='checkbox' name='scroll_checkbox' /> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems