Simulate click doesn't work (doesn't click)

It stay for of the boutton but it doesn’t click

I would try to check if button is active. For example You can achieve this by using ‘Element Exist’ activity with WaitForReady and Interactive or Complete attribute.

For more description You can check those files:

Regards,
A

what is the difference bettwen WaitForReady and Interactive or Complete attribute plz ?

Interactive: waits until only a part of the app/window/button etc. is loaded.
Complete: waits for the entire app/window/button etc. to be loaded.