-
Notifications
You must be signed in to change notification settings - Fork 0
/
carnatic scraping.json
56 lines (56 loc) · 1.25 KB
/
carnatic scraping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"title": "carnatic scraping",
"steps": [
{
"type": "setViewport",
"width": 1512,
"height": 506,
"deviceScaleFactor": 1,
"isMobile": false,
"hasTouch": false,
"isLandscape": false
},
{
"type": "navigate",
"url": "https://ramanarunachalam.github.io/Music/Carnatic/carnatic.html",
"assertedEvents": [
{
"type": "navigation",
"url": "https://ramanarunachalam.github.io/Music/Carnatic/carnatic.html",
"title": "Carnatic Youtube Collection"
}
]
},
{
"type": "click",
"target": "main",
"selectors": [
[
"aria/ AbhEri"
],
[
"#LETTER_a > ul > li:nth-child(1) > a"
],
[
"xpath///*[@id=\"LETTER_a\"]/ul/li[1]/a"
]
],
"offsetY": 38,
"offsetX": 87.8046875
},
{
"type": "click",
"target": "main",
"selectors": [
[
"#PAGE_VIDEOS > div > div.card-body > ol:nth-child(1) > ul > li:nth-child(1) > a:nth-child(6) > i"
],
[
"xpath///*[@id=\"PAGE_VIDEOS\"]/div/div[2]/ol[1]/ul/li[1]/a[5]/i"
]
],
"offsetY": 16.3984375,
"offsetX": 11.359375
}
]
}