Maybe you are using wrong "TYPE" action, or you are
typing to wrong "TEXT AREA" field. Bare in mind that there are
2 "TYPE TEXT" actions. From the error tnfo, you are trying to
type text in [documentRoot], which is highest level of page,
or generaly speaking web page as a whole. Usually you want
to type text in some text area or text field. In contast, you might
be using another type action that is usually used to emulate
kryboard/
IF [[MY_VARIABLE]] equal to a number between 1 and 50
-
@andreiem said in IF [[MY_VARIABLE]] equal to a number between 1 and 50:
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action.
Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
[[VARIABLE]] > 1 && [[VARIABLE]] < 50
