Wrong elements or values were selected

Check the record wrapper

Make sure each Element selector matches the correct wrapper element.

Refine the selector

  • Use a more specific CSS selector class or attribute if needed.
  • Exclude advertisements, recommendations, and hidden elements.

Check multiple values

When several values belong to the same record, group them under the same Element selector.

Test different layouts

Check records with different value combinations, such as items with only a price and items with both a price and a discount price.

Related