Cannot access a disposed object. Object name: 'HtmlOptionElement' Error
Hello All,
I am automating a web app where I have a form of 3 filters to apply before searching for records obtained after selecting values in filter. I am navigating to the web page in application and applying 3 filters one by one. While most of the times they work fine, I get an exception "Cannot access a disposed object. Object name: 'HtmlOptionElement' " 1 in 50 times and the automation fails there throwing this exception. Can anybody know why this is occurring and a potential solution to it?