Giter VIP home page Giter VIP logo

jsrunner's Introduction

JSRunner

This is a simple selenium based utility for running javascript code from the command line. In contrast to running javascript via v8, the environment is an actual browser and therefore also has all of its features. To run the code in a CLI interface, the browser is started in headless mode. Any communication with the command line is done through the log() function. The output relies on the presence of DOM elements, so any code that logs output must be placed in a function called main() to ensure that the DOM is completely loaded.

The program is terminated once the exit() function is called. All the output produced thorugh the log() function is shown in real time in the console.

Usage

python3 jsrunner.py <script>...

JSRunner accepts multiple javascript files at once. The files are added to a template html file and executed by the browser. The files have to be in the correct order if functions from one file are used in the others.

How it works

JSRunner works through selenium which can be used to controll a web browser. Currently, only Firefox is available through the geckodriver, and using other browsers requires very minor modifications. Selenium is accessed through its python API. The html file that contains the javascript is automatically generated at runtime and is destroyed as soon as the program finishes.

jsrunner's People

Contributors

vedadux avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.