From e3a5f3c02feb60c61836000db872b89633b07d04 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 6 Nov 2022 16:14:07 +0100 Subject: [PATCH] Updated Run JavaScript before change detection (markdown) --- Run-JavaScript-before-change-detection.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Run-JavaScript-before-change-detection.md b/Run-JavaScript-before-change-detection.md index 81b78de..2e904ad 100644 --- a/Run-JavaScript-before-change-detection.md +++ b/Run-JavaScript-before-change-detection.md @@ -60,9 +60,11 @@ setInterval(function(){ document.evaluate("//div[@lang='en']//a[@class='us-link']", document, null, XPathResult.ANY_TYPE, null ).iterateNext().click(); },1000); ``` +and "**Wait seconds before extracting text**" to around `5` "**CSS/JSON/XPATH Filter**" to `.shop-sku-list-item` (to just extract the product prices and price+description) + "**Remove Elements**" (optional, to cut down noise) to ```css .image-link