Python selenium: DevTools questions & Chromedriver debug problems

0

H

I'm currently using Chromedriver for Selenium with Python.

The console always pops up :

DevTools listening on ws://127.0.0.1:60723/devtools/browser/16c4e202-0cf3-4f28-8d27-50f167ac48f2

And there's a debug file on my desktop:

[1016/094337.591:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022)
[1016/094337.605:ERROR:exception_snapshot_win.cc(98)] thread ID 1280 not found in process

Do anyone know how to deal with it? I'm really new to Python. thanks

python
selenium
google-chrome-devtools
asked on Stack Overflow Oct 16, 2019 by xyyzzz11 • edited Oct 16, 2019 by David Buck

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0