SlimerJS icon
SlimerJS icon

SlimerJS

 6 likes

SlimerJS is a scriptable browser. It allows you to manipulate a web page with a Javascript script: opening a webpage, clicking on links, modifying the content... It is useful to do functional tests, page automaton, network monitoring, screen capture etc.

SlimerJS screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
6 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Support for scripting
  2.  Real-time traffic
  3.  Based on Gecko engine

SlimerJS News & Activities

Highlights All activities

Recent activities

Show all activities

SlimerJS information

  • Licensing

    Open Source and Free product.
  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentWeb Browsers

Our users have written 0 comments and reviews about SlimerJS, and it has gotten 6 likes

SlimerJS was added to AlternativeTo by piotrex on Aug 12, 2013 and this page was last updated Jan 27, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is SlimerJS?

SlimerJS is a scriptable browser. It allows you to manipulate a web page with a Javascript script: opening a webpage, clicking on links, modifying the content... It is useful to do functional tests, page automaton, network monitoring, screen capture etc.

It is in fact a tool like PhantomJs, except that it runs Gecko instead of Webkit, and it is not (yet) natively headless. However, it can be headless with the use of xvfb under Linux or MacOS.

SlimerJS provides almost the same API of PhantomJS. The current version of SlimerJS is highly compatible with PhantomJS even if it is not 100% compatible yet. See current release notes in docs/release-notes.rst, and read the compatibility table to know the implementation progress.