@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
@yourfriendkarol
Your threading issues get me so curious! You'll need to start sending your projects(s) into @Fox or @support so they can dissect the code to find the cause of these effects bud.
You don't have enough proxies in the file most likely.
Maybe the Run number is set to more than one when there is only 10 proxies.
It is hard to say without seeing the script
Im trying to do the same.. am i dong it right?
ignore errors -> load url
while (was_error)-> load url
next steps
Cant check if its right, because i dont know to to fail load url on purpose :)