n8n-nodes-browserless icon indicating copy to clipboard operation
n8n-nodes-browserless copied to clipboard

Extracting CSS Elements

Open wifiuk opened this issue 2 years ago • 2 comments
trafficstars

When selecting Multiple Elements it currently appends them one after the other like this image

However, I'd like the ability (which I currently do in my handwritten puppeteer scripts) to have them side by side, such as || Element one || element two || || element one output || element two output ||

Or have the ability to tell it what we want to be pulled back etc. This way in n8n I can treat the same output as one item, not multiple items how it is being done now. If that makes sense.

wifiuk avatar Jan 19 '23 07:01 wifiuk

Thanks for reporting, gonna fix this asap

minhlucvan avatar Nov 08 '23 01:11 minhlucvan

I think that it would be better to use the default output., just disable the flattened output option

minhlucvan avatar Feb 04 '24 02:02 minhlucvan