browsertrix-crawler/tests/custom-behaviors/custom-flow.json
Ilya Kreymer 8ca7756d1b
tests: remove example.com from tests (#885)
also use local http-server for behavior tests
2025-09-19 23:21:47 -07:00

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"
}
]
}