Unable to assign falseboolean value

line 33:

Im automating a feature with data driven approach.
I was trying to get if the element exists or not. when element exists, code runs okay. but if not, it fails. I want it to just return false and not fail the testcase if element does not exist.

Appreciate your input in this

tags: boolean, fail, verify non-existence,

Hi follow up, how do you manually assign a boolean value to a variable?
tried ${bool} = False but it errors

The current method is:
${bool}= Set Variable False

In RF 7.0 will be possible direct assignment.

2 Likes