how can i run keyword only if specific link is exist in the page, and if the link not exist continue the test as usual ? I tried like this but it does not work
${Result}= Page Should Contain Link ${link}
run keyword if '${Result}'=='PASS' Get Rid of Messages
and the link exist in the page