[Selenium] Table Extractor: Improve Resilience against not found elements / values

Hi @qqilihq,

I’d like to suggest adding the option to return missing respectively “Ignore exceptions” if the XPath of the Table Extractor node doesn’t find anything or in case it’s combined with a Find Elements Node.

image

Combined with a find node it still errors out
image

https://www.iana.org/domains/root/db/abarth.html

XPath for testing //table[@class="iana-table"]

Trying to introduce fallback like adding empty rows wasn’t sucessfull:
image

I used this one instead:
image

Best
Mike