UNPKG

slimerjs-firefox

Version:

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

12 lines 237 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>simple hello world</title> </head> <body> I call callPhantom <script> window.callPhantom("Hello test"); </script> </body> </html>