Guest User

Untitled

a guest
Jan 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. '13. UnknownError
  2. ' unknown error: DevToolsActivePort file doesn't exist
  3. ' (Driver info: chromedriver=2.41.578737)
  4. ' (49da6702b16031c40d63e5618de03a32ff6c197e).platform=Windows NT 6.1.7601 SP1 x86_64)
  5. 'Source: any.xlsb...
  6.  
  7. Dim chrmDownloader As New ChromeDriver
  8. Dim tempAiuPath As String
  9. Dim fso As New Scripting.FileSystemObject
  10.  
  11. On Error GoTo TriggerAiuDownloadError
  12.  
  13. 'Open Chrome window
  14. 'chrmDownloader.AddArgument "--headless"
  15. chrmDownloader.Start 'Error occurs here
  16. chrmDownloader.Get downloadLink, 400000, False
  17.  
  18. 'This error occurred after an enforced change in Chrome (extension) settings. However, it appears to
  19. 'be a different error than the first one I noticed, so apparently more the change engendered multiple
  20. 'issues. The original error is as follows:
  21.  
  22. 'Failed to load extension from:
  23. '\AppData\Local\Temp\Selenium\scoped_dir8860_28702\internal. Loading of unpacked extensions is
  24. 'disabled by the administrator.
Add Comment
Please, Sign In to add comment