[Selenium]: Extract Attribute empties table if nothing was found

Hi @qqilihq,

I stumbled across this little annoyance where the Extract Attribute node empties the table including the Web Driver, if the attribute was not found. I use this XPath //head/link[@rel='alternate']

Adding the option to return missing and enabling it as default might resolve it.

Best
Mike

1 Like

Makes sense - I’ve put this on the Todos. :+1:

That’s very interesting. I have got this now.