Skip to content

Commit 824c5f6

Browse files
committed
temp disable proxy
1 parent 57333eb commit 824c5f6

File tree

1 file changed

+1
-1
lines changed
  • sparkler-core/sparkler-plugins/fetcher-chrome/src/main/java/edu/usc/irds/sparkler/plugin

1 file changed

+1
-1
lines changed

sparkler-core/sparkler-plugins/fetcher-chrome/src/main/java/edu/usc/irds/sparkler/plugin/FetcherChrome.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void filterResponse(HttpResponse response, HttpMessageContents contents,
146146
chromeOptions.addArguments("--incognito");
147147
chromeOptions.addArguments("--window-size=1920,1080");
148148

149-
chromeOptions.setPageLoadStrategy(PageLoadStrategy.EAGER);
149+
chromeOptions.setPageLoadStrategy(PageLoadStrategy.NORMAL);
150150
//capabilities.setCapability(CapabilityType.PROXY, seleniumProxy);
151151
capabilities.setCapability(ChromeOptions.CAPABILITY, chromeOptions);
152152

0 commit comments

Comments
 (0)