Hi all - hope everyone stays healthy these days
Anyway.
I have a rather simple web recording issue: I need to perform a test step depending on if a feature option is switched OFF or if it is switched ON.
Example - Prints can be switched either OFF or ON:
An IF loop might be the right solution, however - to make it simple here - I just need to run the step if this step is switched OFF (Material design):
Can anyone please suggest a simple solution
Next step, for me, is to define conditions where a combination af such “material switches” have been set ON or OFF. It is currently rather hard for me to tell from the DOM whether OFF or ON is on
Any smart way of handling that, please - all suggestions are welcomed.
PS
There are (currently) around 10 such “parameters” that can be in an OFF or ON condition, and I need to cope for pretty much each combination (and the scope is likely to grow).
Thanks in advance,
Torben