UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

11 lines (10 loc) 243 B
<!DOCTYPE html> <html> <head> <title>Simple Page</title> </head> <body style="margin: 10px; padding: 0px;"> <div id="box" style="width: 100px; height: 100px; background-color: red;">Red box</div> <div>Tex after box</div> </body> </html>