Forum Discussion

kaiiii's avatar
kaiiii
Regular Contributor
5 years ago
Solved

Assert Condition fail but it's getting in and try to executing further.

Hi, I have handle a dynamic web page by using if__Else condition. Condition is false when i check but execution goes inside. What's the problem here. please help please check the attachment for...
  • Wamboo's avatar
    Wamboo
    5 years ago

    We were talking about the "True" in if condition. Did You try to chang it for boolean true or false.

     

    In my opinion you can't check bool value with string "True" value.