【发布时间】:2025-12-08 07:10:02
【问题描述】:
使用 showProcessLog: true,能够获取驱动程序类型为“chrome”的浏览器控制台数据, 如果相同,我尝试使用“chromedriver”,但无法正常工作。
- configure driver = { type: 'chromedriver', showDriverLog: true, showProcessLog: true, start: false, webDriverUrl: 'http://localhost:4444/wd/hub' }
还有其他具体的配置需要设置吗?
【问题讨论】:
标签: karate