You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
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.
@xudafeng
@SamuelZhaoY
Nosmok 默认的chromedriver是macaca路径下的
该driver 并不能打开我目前的chrome版本 63.0
但是我用py 的appium1.7.1 指定该driver是可以打开本地chrome浏览器的。
于是我在nosmoke的 desiredCapabilities:
Web Configuration
platformName: 'Desktop'
chromedriverExecutable: '/home/cmd/Selenium/driver/chromedriver'
browserName: 'Chrome'
发现还是用的默认的 找了下macaca的 并未说明是否支持该类似参数。。。
The text was updated successfully, but these errors were encountered: