UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

11 lines (10 loc) 188 B
<!DOCTYPE html> <html> <head> <title>Page With Empty Element</title> </head> <body style="margin: 10px; padding: 0px;"> <div id="box"></div> <div>Tex after box</div> </body> </html>