From 0621d87133a9e810687e0da27fd3ea65095873a0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 4 Dec 2024 13:57:57 +0900 Subject: [PATCH] docs: update ScraperDevelopment.md (#5529) --- ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md b/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md index a0ac30547c2..f6b8b419f15 100644 --- a/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md +++ b/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md @@ -487,7 +487,7 @@ xPathScrapers: sceneScraper: scene: Title: //head/title - Details: # shows the id/s of the the visible div/s for the Multiple targets example of the page + Details: # shows the id/s of the visible div/s for the Multiple targets example of the page selector: //div[@class="bd-example"]//div[@class="multi-collapse collapse show"]/@id concat: "\n\n" @@ -599,7 +599,7 @@ and having a look at the log / console in debug mode. Sending request headers is possible when using a scraper. Headers can be set in the `driver` section and are supported for plain, CDP enabled and JSON scrapers. -They consist of a Key and a Value. If the the Key is empty or not defined then the header is ignored. +They consist of a Key and a Value. If the Key is empty or not defined then the header is ignored. ```yaml driver: