Skip to content

Latest commit

 

History

History
 
 

phantom_shim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PhantomShim

PhantomShim is a phantomJS script runner built atop of Puppeteer API.

Q: Can I use PhantomShim to run my scripts?

No.

PhantomShim aims to pass PhantomJS tests rather then to be a valid PhantomJS script runner:

Q: What's the purpose of PhantomShim?

The goal is to prove comprehensiveness of Puppeteer API.

PhantomShim is built atop of Puppeteer API and is used to run PhantomJS tests. Whenever PhantomShim can't implement certain capability to pass phantomJS test, Puppeteer API is improved to make it possible.

Q: Are there plans to evolve PhantomShim into a real PhantomJS script runner?

No.

On the contrary, PhantomShim is likely to be removed from the Puppeteer repository as it passes all interesting PhantomJS tests.