A process has requested access to an object, but has not been granted those access rights On windows 10 Using Selenuim with Chrome Driver

2

I am trying to scrape the contents of a webpage. My code works on a Windows 7 machine that has the same versions of the drivers as my Windows 10 machine.

When I run it on windows 10, it opens a selenium controlled window, but then returns None, instead of the scraped content. I have checked Xpaths, and everything is fine. It has the same code and drivers as the working code running on the windows 7 machine.

Debug Report Shows The Following Error :

[0803/010730.442: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) [0803/010730.445:ERROR:exception_snapshot_win.cc(98)] thread ID 472 not found in process

python-3.x
selenium-webdriver
selenium-chromedriver
asked on Stack Overflow Aug 3, 2019 by Tayyab Nasir • edited Jan 24, 2020 by SherylHohman

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0