Source code
Revision control
Copy as Markdown
Other Tools
{
"desktop": [
{
"name": "reddit-nav",
"type": "interactive",
"test_url": "https://www.reddit.com/r/IAmA/comments/m8n4vt/im_bill_gates_cochair_of_the_bill_and_melinda/",
"test_cmds": [
["measure.start", "load"],
[
"navigate",
],
["wait.byTime", 6000],
["measure.stop", ""],
["measure.start", "interaction"],
["click.bySelectorAndWait", "#pdp-credit-bar a"],
["wait.byTime", 4000],
["measure.stop", ""]
]
},
{
"name": "wikipedia-nav",
"type": "interactive",
"test_cmds": [
["measure.start", "load"],
["wait.byTime", 3000],
["measure.stop", ""],
["measure.start", "interaction"],
["click.bySelectorAndWait", "a[href=\"/wiki/Honolulu\"]"],
["wait.byTime", 3000],
["measure.stop", ""]
]
},
{
"name": "google-slides-nav",
"type": "interactive",
"test_url": "https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing",
"test_cmds": [
["measure.start", "load"],
[
"navigate",
"https://docs.google.com/presentation/d/1Ici0ceWwpFvmIb3EmKeWSq_vAQdmmdFcWqaiLqUkJng/edit?usp=sharing"
],
["wait.byTime", 5000],
["measure.stop", ""]
]
},
{
"name": "amazon-nav",
"type": "interactive",
"test_cmds": [
["measure.start", "load"],
["wait.byTime", 4000],
["measure.stop", ""],
["measure.start", "interaction"],
[
"click.bySelectorAndWait",
"[data-component-type=\"s-search-result\"] a.a-link-normal[href*=\"/dp/\"]"
],
["wait.byTime", 4000],
["measure.stop", ""]
]
},
{
"name": "duckduckgo-nav",
"type": "interactive",
"test_cmds": [
["measure.start", "load"],
["wait.byTime", 5000],
["measure.stop", ""],
["measure.start", "interaction"],
["click.bySelectorAndWait", "nav ul li:nth-of-type(2) > a"],
["wait.byTime", 5000],
["measure.stop", ""]
]
},
{
"name": "bbc-nav",
"type": "interactive",
"test_cmds": [
["measure.start", "load"],
["wait.byTime", 4000],
["measure.stop", ""],
["measure.start", "interaction"],
["click.bySelectorAndWait", "a[href*=\"bbcindepth\"]"],
["wait.byTime", 3000],
["measure.stop", ""]
]
}
]
}