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.
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.
Changing threads number. Creating parser with several stages.
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.
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.
Browser FAQ
I heard, that webrtc exposes my ip, how to disable that
How to click on (x,y) coordinates
How to execute javascript on page and save result
How to wait on certain event on page
How to restrict access to certain urls
How to click on buttons and links
How to check if page element exists
How to check if page element is visible
How to change proxy if it fails
Custom interface FAQ
Shop FAQ
Embedded Languages
HTTP Client FAQ
Resources FAQ
How to give user possibility to input strings, files, folders, etc
How to allow user to change resource type
Which type of resources BAS has
How to parse line like user:pass
How to take random line from file
General FAQ
Browser is too small, how can I enlarge it
How to let user to choose output file name
I don't know javascript, what should I do
How to compile script and give to customer
Is it possible to execute certain action depending on condition(if statement)
I want to run some actions on start one time
I want my script to repeat several times, how to implement that