Skip selectors if not found

I'm scraping website where in the product page can be multiple drop downs or checkboxes to select. Some pages have 7 some none. When I use click element -selectors it in every page goes through all click selectors what I have in my procedure. Delay is 700ms. If there's page where are 7 options to select of course every click-selectors are needed but pages where is not any, it's a waste of time. So there should be an option that if not click selector is found it will skip that right away and doesn't wait that delay.
For example this have 7 options to select:
https://www.kwsuspensions.net/shop?c_make=5&pgs=160&c_model=10459&c_car=106378&ag=kwv1coiloversuspension
And this none (huge amount of time is wasted here):
https://www.kwsuspensions.net/shop?c_make=5&pgs=160&c_model=1557&c_car=15011&ag=kwv2coiloversuspension

Hi,

Thank you for the feedback, we will consider implementing this in future releases.

In the meantime, it seems that the click is working fine with a 0 ms delay.

1 Like