UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

21 lines (15 loc) 338 B
<!DOCTYPE html> <html id="html"> <head> <meta charset="utf-8"> <title>test consolemessage2</title> <script type="text/javascript"> window.onload = function(event){ console.log('message from consolemessage2') } </script> </head> <body id="body"> Hello world </body> </html>