UNPKG

nightmare

Version:

A high-level browser automation library.

17 lines (12 loc) 233 B
<!DOCTYPE html> <html> <head> <title>Simple</title> </head> <body> <h1>Hello World!</h1> </body> <script type="text/javascript"> console.log(typeof ipc, typeof window.ipc, typeof send, typeof window.send) </script> </html>