Interview Question | Selenium Forum
M
Posted on 02/05/2016
what should we try if the button is not clickable on the webpage

M
Replied on 03/05/2016

you should use wait statement.


M
Replied on 04/05/2016

We can also check if the button is enabled or not.
Or
Check if it is in frame, then we have to switch to frame before clicking it.