Please tell me how to display data vertically. In the previous version, data was displayed vertically with a minimum number of columns and a maximum number of rows. I need to collect all the names under the name-1 column, but I don't know how to do it.
Hi,
Currently, the feature has been deprecated, but the same output can still be achieved using an alternative method.
To have the items as separate records, first select the attribute elements using an Element selector, which can be set as 'Multiple', and then create the Element Attribute selector as a child selector to the Element (scroll) selector with the configuration 'first record only'.
Here is a generic example for reference:
{"_id":"webscraper-mutilple","startUrl":["https://webscraper.io/"],"selectors":[{"elementLimit":0,"id":"element","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"a.menuitm","type":"SelectorElement"},{"extractAttribute":"href","id":"att","multiple":false,"multipleType":"singleColumn","parentSelectors":["element"],"selector":"_parent_","type":"SelectorElementAttribute"}]}
