fix some multi_apps tasks (#245)
* fix chrome * fix some multi_apps tasks. * fix some multiapps tasks * fix some multiapps tasks --------- Co-authored-by: yuanmengqi <yuanmengqi@mail.ustc.edu.cn>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/f8cfa149-d1c1-4215-8dac-4a0932bad3c2/file.xls",
|
||||
"path": "/home/user/cell_search.xlsx"
|
||||
"path": "/home/user/cell_search.xls"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -47,7 +47,7 @@
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "/home/user/cell_search.xlsx"
|
||||
"path": "/home/user/cell_search.xls"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -65,7 +65,7 @@
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expect": {
|
||||
"pattern": "www\\.google\\.com.*?/search\\?q=Nereida&"
|
||||
"pattern": "https?://(www\\.?)?google\\.com/search\\?q=nereida(&|$)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user