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
User contributions licensed under CC BY-SA 3.0