Jared 3 년 전
부모
커밋
674430c73a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hhh/SEO/fast_1999.py

+ 1 - 1
hhh/SEO/fast_1999.py

@@ -117,7 +117,7 @@ def re_get_webdriver():
 
         driver = webdriver.Remote(
             command_executor='http://127.0.0.1:'+str(portnum)+'/wd/hub',
-                        desired_capabilities=options.to_capabilities(),
+                        options=options,
             )
         driver.set_window_size(1400,1000)
         return