This tutorial is a quick introduction on BrowserAutomationStudio. You will learn:
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:
This tutorial describes how to store your accounts in database. In this tutorial you will learn:
This tutorial describes how to create standalone multithreaded network script, which post to twitter. In this tutorial you will learn:
This is kind of “Getting Started” tutorial, so if you want to start learn BrowserAutomationStudio you should check it out.
This tutorial describes how to create standalone network script, which parses google output. In this tutorial you will learn:
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
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
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