yuyutaotao
yuyutaotao
是什么需求场景?
Hi @georgezlei , what framework are you using at the moment? Puppeteer or YAML Script? If you are using Puppeteer, you may manually create a new agent at the moment.
Hi, the extension version that supports Anthropic has just been declined by Chrome Extension Store due to permission issues. We are still finding a way to solve this. 😭 You...
The latest v0.15 extension has been released in the Chrome Extension store. You can give it a try.
Try these params: https://midscenejs.com/model-provider.html That should work for you.
You can use `DEBUG=midscene:ai:profile:stats` now. Midscene will print the token cost in detail in stdout. https://midscenejs.com/model-provider.html
I understand. We'll fix this in the next release. It will be released in 1 to 2 days.
Hi @kkarkos , this has been released in the latest version.
yaml 的问题,没看到命令行有具体报错? 看起来命令路径是错的,你的脚本是在 ./midscene-scripts\test.yaml ,少了一层目录
Playwright 的抛错,想不出是什么原因。 如果用原生的 test 方法替换截图里第二行的代码,能找到测试用例吗?现在 `No tests found` 看起来很奇怪 ``` import { test } from '@playwright/test'; ```