require('chromedriver');
var webdriver = require('selenium-webdriver');
var chrome = require("selenium-webdriver/chrome");
var options = new chrome.Options(); // the chrome options object
// set the chrome executable **// User Data2=copy of other chrome instance**
options.setChromeBinaryPath('/Program Files (x86)/Google/Chrome/Application/chrome.exe');
options.addArguments("user-data-dir=/Users/Freddy/AppData/Local/Google/Chrome/**User Data2**");
// add extension via crx file name (**this did not work for me and is what I really want**)
//options.addExtensions('./AppServ/Buster_-Captcha-Solver-for-Humans_v0.7.0.crx');
var driver = new webdriver.Builder().forBrowser('chrome').setChromeOptions(options).build();
async function nueva(){
try {
await driver.get('http://www.google.com');
await driver.findElement(By.name('q')).sendKeys("selenium", Key.RETURN);
}finally {
await driver.quit();
}
}
Это сообщение об ошибке, что не так, вы можете помочь? Я буду признателен:
DevTools прослушивает ws: //127.0.0.1: 53039 / devtools / browser / 875c9794-32da-4a33-8c5f-34af58105fda [15368: 11060: 0421 / 195743.917: ОШИБКА: browser_switcher_service. cc (238)]
XXX Init () PS C: \ Selenium \ SeleniumExample>
[15368: 11060: 0421 / 195805.291: ОШИБКА: device_event_log_impl. cc (162) ] [19: 58: 05.290] Bluetooth: bluetooth_adapter_winrt. cc: 1055 Не удалось получить адаптер по умолчанию.