-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYoutubeMusic.json
55 lines (55 loc) · 1.42 KB
/
YoutubeMusic.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
{
"Name": "YoutubeMusic",
"CreationDate": "2021-2-4",
"Commands": [
{
"Command": "open",
"Target": "https://music.youtube.com/library/uploaded_albums",
"Value": ""
},
{
"Command": "times",
"Target": "10",
"Value": ""
},
{
"Command": "click",
"Target": "xpath=//div[2]/ytmusic-two-row-item-renderer/a/ytmusic-item-thumbnail-overlay-renderer/ytmusic-menu-renderer/paper-icon-button/iron-icon",
"Value": "",
"Targets": [
"id=icon",
"xpath=//*[@id=\"icon\"]",
"xpath=//div[2]/ytmusic-two-row-item-renderer/a/ytmusic-item-thumbnail-overlay-renderer/ytmusic-menu-renderer/paper-icon-button/iron-icon",
"css=#icon"
]
},
{
"Command": "click",
"Target": "linkText=Album löschen",
"Value": "",
"Targets": [
"linkText=Album löschen",
"id=navigation-endpoint",
"xpath=//*[@id=\"navigation-endpoint\"]",
"xpath=//ytmusic-menu-navigation-item-renderer[4]/a",
"css=#navigation-endpoint"
]
},
{
"Command": "click",
"Target": "xpath=//yt-button-renderer[2]/a/paper-button",
"Value": "",
"Targets": [
"id=button",
"xpath=//*[@id=\"button\"]",
"xpath=//yt-button-renderer[2]/a/paper-button",
"css=#button"
]
},
{
"Command": "end",
"Target": "",
"Value": ""
}
]
}