소스 검색

Cloudflare window size

NaiboWang-Alienware 2 년 전
부모
커밋
8cd41ce240
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      ElectronJS/tasks/189.json
  2. 0 0
      ElectronJS/tasks/190.json
  3. 1 1
      ExecuteStage/.vscode/launch.json
  4. 1 1
      ExecuteStage/undetected_chromedriver_ES/__init__.py

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
ElectronJS/tasks/189.json


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
ElectronJS/tasks/190.json


+ 1 - 1
ExecuteStage/.vscode/launch.json

@@ -12,7 +12,7 @@
             "justMyCode": false,
             //  "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
             // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
-            "args": ["--id", "[79]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
+            "args": ["--id", "[81]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
         }
     ]
 }

+ 1 - 1
ExecuteStage/undetected_chromedriver_ES/__init__.py

@@ -421,7 +421,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
             elif self.patcher.version_main >= 108:
                 options.add_argument("--headless=new")
 
-        options.add_argument("--window-size=1920,1080")
+        # options.add_argument("--window-size=1920,1080")
         options.add_argument("--start-maximized")
         options.add_argument("--no-sandbox")
         # fixes "could not connect to chrome" error when running

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.