How it works : The concept

We wanted to create a directory of Internet robots that you can run, improve an share, all in one point.

To achieve this, we first need a scripting language because we want everybody able the read the code they run. We chose Javascript and jQuery for this.

Next, we didn’t want you having to install any software on your computer. We made this possible by programming the jsBot core in Javascript too.

The last thing we need to run our robots is an Internet access. Things are going well, as your browser has Internet access.

In summary, jsBot is a free online service that can replace complex desktop applications for web automation purposes. All you need to make your robots able to browse the web is a computer or any other device with a modern browser and an Internet connection.

List of Functions

You can use the entire Javascript and jQuery library to build your robots. In addition, here is a list of the features that was added to help you do this faster. Enjoy!

Methods

JsBot.click(target)
JsBot.wait(secondsFrom, secondsTo, randomPause)
JsBot.fill(target, text)
JsBot.check(target, bool)
JsBot.do(javascriptCode)
JsBot.scroll(pixelsY)
JsBot.log(text)
JsBot.nav(url)
JsBot.exit()

Objects

JsBot.dom
JsBot.win

Classes

Coming soon

Suggest us improvements and new features!

How to add the jsBot bookmarklet

A Bookmarklet is mostly a Bookmark containing Javascript code that can be run on any website you want.

To create it, drag this link to your bookmarks toolbar. If your browser blocks it, you can also right-click it and choose “Bookmark this link”. Name it “Start jsBot” and you’re done!

Start jsBot

Once your Bookmarklet is created, just navigate to the desired website and click it to start our Javascript automation service.

Easily automate any website or intranet with your browser

jsBot is a service that allow you to create, share and use Javascript + jQuery robots that run right into your browser, without any additional software.

Everyone can run an existing robot from our directory without an account and without any programming skills. To create a project and write code, you’ll just need to register. Join us!