I am studying a QF test and want to make a simple if statement. If I make changes on this one page, he has enabled the "Apply" button, which I want to click if it is enabled.
When I check if the button is on, this is what appears
Check boolean: enabled (true) [buttonApply=>($client)]
So, I want to say something like
if 'buttonApply.enabled'=="true" Mouse Click [buttonApply=>($client)]
but it does not work
source share