finish the rest part of chrome examples and verify them on mac arm64
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user