I used explicit waits and I have the warning:
org.openqa.selenium.WebDriverException: Element is not clickable at point (36, 72). Other element wou
In C#, I had problem with checking RadioButton, and this worked for me:
RadioButton
driver.ExecuteJavaScript("arguments[0].checked=true", radio);