Skip to content

Commit 0621d87

Browse files
authored
docs: update ScraperDevelopment.md (#5529)
1 parent cacfe5a commit 0621d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ xPathScrapers:
487487
sceneScraper:
488488
scene:
489489
Title: //head/title
490-
Details: # shows the id/s of the the visible div/s for the Multiple targets example of the page
490+
Details: # shows the id/s of the visible div/s for the Multiple targets example of the page
491491
selector: //div[@class="bd-example"]//div[@class="multi-collapse collapse show"]/@id
492492
concat: "\n\n"
493493
@@ -599,7 +599,7 @@ and having a look at the log / console in debug mode.
599599

600600
Sending request headers is possible when using a scraper.
601601
Headers can be set in the `driver` section and are supported for plain, CDP enabled and JSON scrapers.
602-
They consist of a Key and a Value. If the the Key is empty or not defined then the header is ignored.
602+
They consist of a Key and a Value. If the Key is empty or not defined then the header is ignored.
603603

604604
```yaml
605605
driver:

0 commit comments

Comments
 (0)