Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi in record mode everything is ok but in run mode i get the message : Waiting for resource Photo i really need help...
@Houman_so
Thank you it worked
@m4zuper Thank you, thank you, thank you! It was so simple. It's really hard not knowing BAS very well.
@akiko6823 said in I have multiple Function Lists. How can I make the function I selected while running the bot work?:
I have multiple Function Lists. How can I make the function I selected while running the bot work?
You need a lot of conditions that would trigger the function on the specified text.
@Fox Thanks! Works perfect :)
@GaG said in If script have an error 3 times than end the thread:
Create a variable called "counter". Than use "is element exist" to check if element exist and update "counter" variable whenever element is missing. Check counter variable in the loop, and fail thread if "counter" hit 3
Got it. Thanks