I am aware of the differences between them and how they actually behaves during execution. My Question is which one is more preferred in Automation using Selenium? I am using Selenium Webdriver with Java and Automating my Test-cases in TestNG framework.For some Browser the test fails because Webelement is not clickable so i doubt I have re-implement the wait time for such Web-elements.
Please suggest me some alternative.