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
-
@snook Yes!
If ((IS_EXIST)) write to an excel cell
If not, Do nothing and Go next block
-
I managed to do it!!! Thanks!