UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

9 lines (8 loc) 182 B
<html> <head> <title>Deleting frame: iframe</title> </head> <body> <input type='button' id='killIframe' onclick='top.remove();' value="Kill containing iframe" /> </body> </html>