By default bot should ignore errors, adding ignore command to all functions is really time consuming. This is where BAS needs to make changes. It is better to define a fail or stop command rather than modifying each block..really BAS Should do something so that Bot don't stop on minor errors.
About If command
-
Hello, I want my script to check if an element is exist and then if that element is exist, its should type something on the excel sheet then keep running.
I found this "Is Element Exist" command. I think this way script will read if the element exist, but then what kind of function I should put to make script do what I asked.. Its really hard to explain lol sorry. -
@korkmazzenci
So I cant show u pics or something coz from my phone. But if I understood correctly u need:- IS ELEMENT EXIST
than next block - If block (inside of which u have to put [[IS_EXIST]]
than uder that block u put whatever u want to do if that element exist. Got it? π
- IS ELEMENT EXIST
-
I managed to do it!!! Thanks!