質問編集履歴
1
誤字脱字
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -36,9 +36,9 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
            def scraipNico(driver):
         
     | 
| 
       37 
37 
     | 
    
         
             
                return(driver.find_elements_by_class_name("nicolib-SuggestSearch-suggestion-item-name"))
         
     | 
| 
       38 
38 
     | 
    
         
             
            def test(arrays):
         
     | 
| 
       39 
     | 
    
         
            -
                driver = webdriver.Chrome("D:\Usr\ 
     | 
| 
      
 39 
     | 
    
         
            +
                driver = webdriver.Chrome("D:\Usr\******\Downloads\chromedriver_win32\chromedriver.exe")
         
     | 
| 
       40 
40 
     | 
    
         
             
                driver.get("http://www.nicovideo.jp/video_top")
         
     | 
| 
       41 
     | 
    
         
            -
                #driver.get("D:\Usr\ 
     | 
| 
      
 41 
     | 
    
         
            +
                #driver.get("D:\Usr\******\myDwk\DB_Mydynam\nicotest\abc.html")
         
     | 
| 
       42 
42 
     | 
    
         
             
                resultArray = []
         
     | 
| 
       43 
43 
     | 
    
         
             
                sleep(1)
         
     | 
| 
       44 
44 
     | 
    
         
             
                driver.implicitly_wait(30)
         
     |