1. 크롬 옵션값 조절
This commit is contained in:
parent
2fcb3a390f
commit
25ec2df598
@ -26,6 +26,11 @@ namespace DCinside_Cleaner
|
||||
}
|
||||
|
||||
ChromeOptions _ChromeOptions = new ChromeOptions();
|
||||
_ChromeOptions.AddArguments("disable-infobars");
|
||||
_ChromeOptions.AddArguments("--js-flags=--expose-gc");
|
||||
_ChromeOptions.AddArguments("--enable-precise-memory-info");
|
||||
_ChromeOptions.AddArguments("--disable-popup-blocking");
|
||||
_ChromeOptions.AddArguments("--disable-default-apps");
|
||||
_ChromeOptions.AddArguments("user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36");
|
||||
|
||||
ChromeDriverService _ChromeDriverService = ChromeDriverService.CreateDefaultService();
|
||||
|
Loading…
x
Reference in New Issue
Block a user