I am using Selenium WebDriver and run into an issue.
In the UI, elements are seen by the WebDriver but couldn’t perform any actions such as click, type, select etc. Elements are found by the selenium and returned as instance of webelement. I can get, getText(),isEnabled() etc, but wont perform any actions. There is no exceptions. It just hangs.
I don’t understand this behavior. If it is seen by the WebDriver, it should click. I have tried using actions. That too shows the same behavior.
How to debug this issue? Any ideas?
Only way to debug the code is to write wrapper around WebDriverEventListener and listen to the logs. Other wise, it is not possible.