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:
st2rb8g
2025-07-11 06:32:13 +08:00
committed by GitHub
parent 4e3446d6fe
commit 61f265a082
8 changed files with 42 additions and 17 deletions

View File

@@ -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(&|$)"
}
}
}