

我已经从微信里面打开了腾讯在线文档小程序,我需要对一个区域里的数据,一个一个复制,粘贴到GPT下面,然后复制GPT生成的内容,再对原来区域里的第二列数据进行修改。依次这样操作。为什么我识别当前窗口就是不行呢?我也试过在网页打开,但是也是操作不了。求助求助!!
Traceback (most recent call last):
File "/Applications/影刀.app/Contents/Resources/app/node_modules/xbot-engine/lib/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Applications/影刀.app/Contents/Resources/app/node_modules/xbot-engine/lib/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Applications/影刀.app/Contents/Resources/app/node_modules/xbot-engine/lib/lib/python3.7/site-packages/xbot_interpreter.py", line 126, in <module>
main()
File "/Applications/影刀.app/Contents/Resources/app/node_modules/xbot-engine/lib/lib/python3.7/site-packages/xbot_interpreter.py", line 53, in main
args = params.inputs()
File "/Users/peakyblinders/Library/Application Support/Shadowbot/users/638211712539611100/apps/eb2024ed-38ef-4936-ac5b-bc4b183d8596/xbot_robot/process1.py", line 34, in main
], _block=("66666", 13, "腾讯文档初始化"))
File "<string>", line 103, in wrapper
File "<string>", line 95, in wrapper
File "<string>", line 82, in run
File "/Users/peakyblinders/Library/Application Support/Shadowbot/users/638211712539611100/apps/eb2024ed-38ef-4936-ac5b-bc4b183d8596/xbot_extensions/activity_tencent_doc/D_01_init.py", line 17, in main
tsheet.init()
File "/Users/peakyblinders/Library/Application Support/Shadowbot/users/638211712539611100/apps/eb2024ed-38ef-4936-ac5b-bc4b183d8596/xbot_extensions/activity_tencent_doc/spreadsheet.py", line 77, in init
self.mv = self._get_manifest_version()
File "/Users/peakyblinders/Library/Application Support/Shadowbot/users/638211712539611100/apps/eb2024ed-38ef-4936-ac5b-bc4b183d8596/xbot_extensions/activity_tencent_doc/spreadsheet.py", line 103, in _get_manifest_version
if self.web_page.__class__ != web.cef.CEFBrowser and self._get_ext_version() == "1.1":
AttributeError: module 'xbot.web.cef' has no attribute 'CEFBrowser'
这是报的错

