fix tasks
This commit is contained in:
@@ -53,16 +53,26 @@
|
||||
"chrome"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "is_expected_active_tab",
|
||||
"func": "check_direct_json_object",
|
||||
"result": {
|
||||
"type": "active_url_from_accessTree",
|
||||
"goto_prefix": "https://www."
|
||||
"type": "active_tab_url_parse",
|
||||
"goto_prefix": "https://www.",
|
||||
"parse_keys": [
|
||||
"modelList"
|
||||
],
|
||||
"split_list": true
|
||||
},
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"type": "url",
|
||||
"url": "https://www.apple.com/iphone/compare/?modelList=iphone-15-pro-max,iphone-15-pro,iphone-13-pro-max"
|
||||
"expected": {
|
||||
"modelList": [
|
||||
"iphone-15-pro-max",
|
||||
"iphone-14-pro-max",
|
||||
"iphone-13-pro-max"
|
||||
]
|
||||
},
|
||||
"ignore_list_order": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user