-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
24 lines (23 loc) · 696 Bytes
/
config.py
File metadata and controls
24 lines (23 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DRIVER_PATH = "driver/chromedriver"
SEARCHER_CONFIG = [
{
"url": "https://www.fnac.com/Console-Sony-PS5-Edition-Standard/a14119956/w-4#omnsearchpos=1",
"elts":
[
{
"XPATH" : "/html/body/div[2]/div/div[1]/div[2]/section/ul[2]/li/div/div[1]/div[1]/div[1]/div/p",
"ps5IsPresentIfFound": False
}
]
},
{
"url": "https://www.amazon.fr/PlayStation-%C3%89dition-Standard-DualSense-Couleur/dp/B08H93ZRK9/ref=sr_1_1?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=playstation+5&qid=1607891104&sr=8-1",
"elts":
[
{
"XPATH" : "cacatruc",
"ps5IsPresentIfFound": False
}
]
}
]