Hi,
Run Keyword And Return Status —keyword always returning status as PASS even if element not visible.
Is there any way to return True/False or PASS/FAIL without failing that keyword
Check If Element Present
[Arguments] ${locator_xpath} ${html_page_name}
Wait For Complete Page Load
${formatted_log}= Add Log Info Checking locator ${locator_xpath} is Present or not
Log To Console ${formatted_log}
${keyword_status}= Run Keyword And Return Status Wait Until Element Is Visible ${locator_xpath} 30s
[Return] ${keyword_status}