And
Evaluates if all of the underlying sub conditional tags have a conditional evaluation of true.
Children Tags
(isalertpresent | ischecked | isconfirmationpresent | iseditable | iselementpresent | isordered | ispromptpresent | issomethingselected | istextpresent | isvisiblefalse | true | not | and | eq | gt | lt | neq | or | within | similar | match | isset | rendezvous_check | rendezvous_exists | share_exists){0,*}
Usage Examples
Example #1
<if>
   
<and>
      
<neq op1="value1" op2="${test.value}" />
      
<eq op1="value2" op2="${test.value2}" />
   
</and>
   
<then>
      
<log>The previous conditions are true.</log>
   
</then>
   
<else>
      
<log>The previous conditions are false.</log>
   
</else>
</if>