mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"title": "test WR create click + enter URL",
|
|
"steps": [
|
|
{
|
|
"type": "navigate",
|
|
"url": "https://webrecorder.net/"
|
|
},
|
|
{
|
|
"type": "click",
|
|
"target": "main",
|
|
"selectors": [
|
|
[
|
|
"aria/[role=\"main\"]",
|
|
"aria/[role=\"textbox\"]"
|
|
],
|
|
[
|
|
"#archive-url"
|
|
],
|
|
[
|
|
"xpath///*[@id=\"archive-url\"]"
|
|
],
|
|
[
|
|
"pierce/#archive-url"
|
|
]
|
|
],
|
|
"offsetY": 19.0078125,
|
|
"offsetX": 310.5
|
|
},
|
|
{
|
|
"type": "change",
|
|
"value": "https://example-com.webrecorder.net/",
|
|
"selectors": [
|
|
[
|
|
"aria/[role=\"main\"]",
|
|
"aria/[role=\"textbox\"]"
|
|
],
|
|
[
|
|
"#archive-url"
|
|
],
|
|
[
|
|
"xpath///*[@id=\"archive-url\"]"
|
|
],
|
|
[
|
|
"pierce/#archive-url"
|
|
]
|
|
],
|
|
"target": "main"
|
|
},
|
|
{
|
|
"type": "keyDown",
|
|
"target": "main",
|
|
"key": "Enter"
|
|
}
|
|
]
|
|
}
|