We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SeleniumHQ
Learn more about funding links in repositories.
Report abuse
1 parent 63657fa commit 75d2f7cCopy full SHA for 75d2f7c
common/src/web/coordinates_tests/page_with_fixed_element.html
@@ -5,7 +5,7 @@
5
</head>
6
<body>
7
<div id="fixed" style="position:fixed; top:0px; left:100px; background-color:red">fixed red box</div>
8
- <div id="placeholder" style="height: 1000px; background-color:green">Placeholder</div>
+ <div id="placeholder" style="height: 5000px; background-color:green">Placeholder</div>
9
<div id="bottom">Element at the bottom</div>
10
<div>Tex after box</div>
11
</body>
0 commit comments