Using selenium2library to automate my web application with robot framework. I am not able to accept a browser alert using the existing keywords.
Getting the below exception while trying to accept the alert.
UnexpectedAlertPresentException: Alert Text: Delete selected trusted provider(s)?
<super: <class 'WebDriverException'>, <UnexpectedAlertPresentException object>>
have tried the below selenium2library keywords Alert Should Be Present
, Get Alert Message
, Confirm Action
, etc.
Please guide me on how to proceed.