Browser Automation Studio Manual

Quick start. Instagram image scrapper.

This tutorial is a quick introduction on BrowserAutomationStudio. You will learn:

  • BAS interface basics.
  • How click on buttons and input text with BAS.
  • How to edit script.
  • How to make an element screenshot.
  • How to save image to file.

View


Lesson #1. Introduction. Standalone gmail checker.

https://www.youtube.com/watch?v=K-jT-GwjTjg

This video provides an overview of BrowserAutomationStudio main features. It is the best way to get started with the program.

Topic list:

  • Description of the script editor interface.
  • Actions.
  • Working with browser.
  • Script editing.
  • Find element by image.
  • Log, troubleshooting, action id.
  • Finding actions.
  • Variables.
  • Browser settings.
  • Waiting for page load.
  • Run mode.
  • User interface, resources.
  • How to fix if a script “freezes”.
  • Conditions.
  • Making standalone bot, compilation.

Using database to create account manager.

This tutorial describes how to store your accounts in database. In this tutorial you will learn:

  • Create database.
  • Update data.
  • Connect one database to another.

View


Changing threads number. Creating parser with several stages.

This tutorial describes how to create a parser with a variable number of threads.

View


Old tutorials(may be outdated):

Tutorial #1. Poster.

This tutorial describes how to create standalone multithreaded network script, which post to twitter. In this tutorial you will learn:

  • How click on buttons and input text with BAS.
  • How to edit script.
  • How to set thread number.
  • How to compile script to run separately from BAS.
  • How to let users select input values/files.

This is kind of “Getting Started” tutorial, so if you want to start learn BrowserAutomationStudio you should check it out.

View

Tutorial #2. Parser.

This tutorial describes how to create standalone network script, which parses google output. In this tutorial you will learn:

  • Use variables, loops and functions.
  • Advanced script editing.
  • Parse page data.

View


Browser FAQ

Custom interface FAQ

Shop FAQ

Embedded Languages

HTTP Client FAQ

Resources FAQ

General FAQ

For Developers