-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathcdp.yml
More file actions
28 lines (28 loc) · 651 Bytes
/
cdp.yml
File metadata and controls
28 lines (28 loc) · 651 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
25
26
27
28
desc: Built-in function
runners:
cc: chrome://new
vars:
url: https://github.com
steps:
github:
cc:
actions:
- navigate: "{{ vars.url }}"
- sendKeys:
sel: "input[type=text]"
value: "k1LoW/runn"
- submit:
sel: "form.js-site-search-form"
- location:
url: "hoge"
test: |
steps.github.url == "https://github.com/search?q=k1LoW%2Frunn&type="
github2:
cc:
actions:
- innerHTML:
sel: "ul.repo-list"
- attributes:
sel: "ul.repo-list > li"
- sessionStorage:
origin: "{{ vars.url }}"