Selenium Webdriver C# : Clear() method clears the inputted value but result table is not refreshing. Works fine in debug mode
I am trying to clear the input filter value and verify the result table. Clear() method clears the value but on clear event doesn’t seems to be bubbling up to the DOM. I also tried with JavaScript Executor to mimic real user interaction.