Make automated browser scripts into node.js

marzPT

I make these browser scripts in JavaScript and use them in tamper monkey or the console. I make these scripts for various tasks like automating different functions on websites that are not mine. I was wondering if there is a way to use these scripts without the browser but as a desktop application. I have heard about node.js and hopefully I can use it for what I want. I'm not really familiar with node.js but use applications made by node.

Thanks!

Evan Mosseri

nodejs isn't really what you are looking for even though what you are looking to do can be accomplished using libraries written for nodejs. Look into PhantomJS and Selenium (webdriver.io)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Appropriate hashbang for Node.js scripts

From Java

How create cookies in browser with node js

From Dev

Environment detection: node.js or browser

From Dev

How can I run multiple node.js scripts from a main node.js scripts?

From Dev

Regular expression works on browser but not in Node.js

From Dev

How to invoke external scripts/programs from node.js

From Dev

Node.js web application browser compatibility

From Dev

Scheduling automated scripts suite run from schedular

From Dev

Node js refresh browser

From Dev

node.js command line scripts for configuration an application

From Dev

Node JS fs module inside browser

From Dev

how to run node.js client on browser

From Dev

User input in automated powershell scripts

From Dev

How does Node.js load scripts into memory?

From Dev

Get browser tab titles in Node js

From Dev

Node.js: Identifying the file that is modified for automated test case execution

From Dev

Javascript -- exports in Node.js vs browser

From Dev

Problems running node.js in browser

From Dev

How to prevent malicious *.js scripts from executing in Node.js

From Dev

Node.js web application browser compatibility

From Dev

Node.js Showing JSON File in the Browser

From Dev

Node js refresh browser

From Dev

How to avoid browser variables in node.js

From Dev

Scripts and css files not loading with jade + node js

From Dev

Node.js: Identifying the file that is modified for automated test case execution

From Dev

Conditionals when initialising node.js scripts

From Dev

Node.js runinng scripts coherently

From Dev

Node.js transport data between scripts

From Dev

Make color in JS change on refresh of browser

Related Related

HotTag

Archive