finish the rest part of chrome examples and verify them on mac arm64

This commit is contained in:
Jason Lee
2024-02-24 21:57:01 +08:00
parent e2745d8b1b
commit 3244098664
26 changed files with 1967 additions and 26 deletions

View File

@@ -31,12 +31,16 @@
"evaluator": {
"func":"is_expected_url_pattern_match",
"result": {
"type": "active_tab_info"
"type": "active_tab_info",
"selectors":[
"application[name=Chromium] entry[name=Address\\ and\\ search\\ bar]"
],
"goto_prefix": "https://www."
},
"expected":{
"type": "rule",
"rules":{
"expected": "https://seatgeek\\.com/help/articles/\\d+-Buying-Tickets"
"expected": ["https://seatgeek\\.com/help/articles/\\d+-Buying-Tickets"]
}
}
}