now i understand, thank you so much <3
"Wait for human action" addon..
-
Hey guys.. im kinda just starting using BAS.. and have some problems
Look at this site..
https://www.gumtree.pl/post.html
There are many categories in which i can post an ad.. so for instead scripting all of available options (using resource box.. and condition like: if i choose "catering" in resource box.. then BAS will click on "catering" - just add something like "wait for human action".
Ive seen it in Magic submitter which has some basic scripting tool.. its acts like this: just pause the script, i am able to click on anything i want on webpage and then i click "end human action" and script continue its actions..
It will be also great addon for recaptcha2 manual solving .... instead or writing manually numbers.. you could just click manually on images.. which could be like 2-3 times faster than writing..
-
Finally when You guys created new interface.. will You be able to add this option? :)
"wait for human action"
pic is from craigslist
So instead of scripting all of these cities which would take many hours.. script would pause and lets you choose city manually and then would continue
I know it is only for semi automated scripts.. but still its way better than scripting all of them.. and whats more.. it would be a lot easier to solve recaptcha 2 instead of writing numbers..
I know i can demand anything from You :).. You already created this super software.. thats why im kindly ask You to add this option to BAS :>
Cheers
-
@plantacja Right now manual browser control is still unavailable.
So instead of scripting all of these cities which would take many hours.. script would pause and lets you choose city manually and then would continue
"Ask user input" will stop thread, display message to user and ask input. After user fills text, thread will continue and you will have variable with user value.
Now you can use that value to query element, probably you want to use match selector like this>MATCH>[[USER_INPUT]]More info about match selectors https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element#match_seletors