The button was clicked via robot framework logs but nothing happened

Hello guys,

I have a question regarding my UI unstable tests. Sometimes it happens that the test continues and waits for the next keyword, but the button is still visible and nothing has happened. I would like to ask you, is it possible to write some check keywords and click again on the button or find a better solution?

Thank you for your time :slight_smile:

I am also facing the same issue. I suspect, it was due to older version on robotframework. In my case, it sometimes work well and specific test runs without issue however sometime fails. Log shows “OK” button on page is clicked but it is not actually performed and subsequently fails test as prompt with “OK” greyed out the actual page and nothing appears. So clicking on “OK” button on prompt is very necessary. I am using Robot framework 3.1.2 version with robotframework-seleniumlibrary 4.3.0 version. Any suggestions please ?