Hi, is there any way to retry with with same resource. Just like BAN/RETRY in conventional tools.
E.G.
if at some point the browser returns 403 or some other failure like captcha failure and we want to retry that.
It depends on the site. You'll need to make the bot load the page, if needed register by clicking on the buttons and typing in the needed information, sign up and save login details, go a chatroom and type text with the type action.
Tutorials are below: https://wiki.bablosoft.com/doku.php https://wiki.bablosoft.com/doku.php?id=tutorial1
if its possible to make a bot with BAS that can copy the text from the order history
How do you do that without BAS?
If you access order history by visiting web page and copy text from there, then you need to use "Get element text" action.
If you access order history by executing database query, than you need to use "Run Process" action. Here is exemple: https://community.bablosoft.com/uploads/files/1484668594362-mysql.xml
Like is it possible to copy/paste text and detect every time i get a new order on my store...