Hello, I want to check the changes of the content of a dropdown section within a webpage. Thing is, the section is minimized by default when opening the webpage, so Distill shows a “SELECTION_EMPTY” error. Is there a workaround?
Thanks!
Hello, I want to check the changes of the content of a dropdown section within a webpage. Thing is, the section is minimized by default when opening the webpage, so Distill shows a “SELECTION_EMPTY” error. Is there a workaround?
Thanks!
typical dropdowns use select tag that can be monitored without any special configuration. but many dropdowns these days are custom. their content render only when the dropdown is opened. a macro can be used to open the dropdown before monitoring the content.
does this make sense? feel free to share the url and i can check it out for you.