시크릿모드 (1) 썸네일형 리스트형 [selenium] 시크릿 모드와 프록시 설정 selenium을 사용하다보니 시크릿모드와 프록시를 사용해야 상황에서 사용합니다. 프록시를 여러개 바꿔서 설정하고 크롬 옵션을 같이 사용하려면 "DesiredCapabilities"을 사용하면 됩니다. 자바 this.driverId = "webdriver.chrome.driver"; this.driverPath = path + "chromedriver.exe"; System.setProperty(this.driverId, this.driverPath); // 드라이버 설정 ChromeOptions cOptions = new ChromeOptions(); // 크롬 옵션 cOptions.addArguments("disable-infobars"); cOptions.addArguments("--js-flags.. 이전 1 다음