Oldhorse
Oldhorse
装了lyrebird-android插件 发现界面选后 日志提示 No libimobiledevice program found, See README Help Center 看了下帮助 必须要用usb连接真机么?希望能提供wifi连接方式
@xudafeng @SamuelZhaoY  Nosmok 默认的chromedriver是macaca路径下的 >> use default chromedriver version! >> chromedriver bin path: /opt/nodejs/lib/node_modules/macaca-chrome/node_modules/macaca-chromedriver/exec/chromedriver2.20 >> Starting ChromeDriver 2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b) on port 9515 Only local connections are allowed. >> chromedriver...
Python 2.7 即将停止支持,请收下这份 3.x 迁移指南 https://mp.weixin.qq.com/s?__biz=MjM5NzM0MjcyMQ==&mid=2650078384&idx=1&sn=5753222397feb47e30deacadbf79e00e&chksm=bedb27de89acaec8ecfa0d3534ab8c38d0ce866668c8984afb550106a232cfbf9ce495c68aab&mpshare=1&scene=23&srcid=0202zJvkoeeV4v1GKZxHpUDh#rd
小米mix2 真机 android8.0 环境是IDEA wd.java 2.0.20 脚本里写了 该句 public void setUp() throws Exception { Logger logger = Logger.getLogger(getClass()); JSONObject porps = new JSONObject(); porps.put("autoAcceptAlerts", true); porps.put("javascriptEnabled", true); //porps.put("deviceName", "iPhone 6s");...
I use alibaba macaca 。The tools‘ github url is https://macacajs.github.io/macaca/. It is testcase url is https://github.com/macacajs/macaca-test-sample。 Then I use devtool to do this。 I am sure the environment and operate...
C:\Users\cmd>devtool -v devtool 2.2.0 electron 1.3.3 node 6.3.0 chrome 52.0.2743.82   my ubuntu16.04 do this is ok。please help me。 
I want to connect to deepseek-v3 supported by Tencent Cloud I refer to this https://cloud.tencent.com/document/product/1772/115969 and this https://docs.litellm.ai/docs/providers/openai_compatible  How do I configure this model connection? I can already connect...
操作步骤:  如上,我请求翻译字段名,提交后前端先抛出了如上的提示,执行30s超时了。 可能和我请求了9999行数据太多太大,硅基那边的deepseek API处理超了30s? 而提示的这个30s是前端处理超时了吗?  如上,我大概尝试了三次,每次都是前端的这个30s超时提示,但我看后台日志发现实际这三次 AI API那边又返回内容, 可能只是前端限制了30s,而不接受返回内容继续渲染页面了? 实际结果: 实际情景是,前端先抛出了30s执行超时,这时候观察后台日志经过了挺久的,AI API那边才返回了成功翻译后的内容。 期望结果: 这个30s的超时参数,可以暴露给前端的相关设置,让用户自行调整么? 或者,请正确处理该场景,让AI API 比界面处理延迟返回的结果,正确处理到页面上。 另外,我比较怀疑,我的提示语 已经明确告知了"(注意不是字段内容)",可我感觉好像deepseek AI 并没有理解,好像没有简单的去取表字段 翻译就好了,而是取了全表的内容,所以AI那头会那么慢? 从日志里的转义来看“ "recommendation": "The user wants to...