Replies: 3 comments 3 replies
-
same here |
Beta Was this translation helpful? Give feedback.
-
Using chrome_options.add_argument('--disable-gpu') |
Beta Was this translation helpful? Give feedback.
-
This got solved by using "chrome_options.add_argument('--disable-gpu')", thanks to @ongbanbanhbao for providing this solution much appreciated!!. btw I had a problem running my scripts in headless mode but i used these options and it worked, for anyone having this issue:
...................................................................................................................................................................................................... there are specific websites that detect headless browsers thus headless not working, so these options will change the user agent for your browser and make it looks like a normal one. |
Beta Was this translation helpful? Give feedback.
-
Hello ! I have noticed that when i am using the undetected driver for couple of hours that there are unusual high usage of cpu that reached more than 50%, for the first 40 min the usage is normal but after that the issue starts and note that i am using it on headless mode and i viewed it on GUI as well(headless off ) but issue is still there. i am closing the driver after every 5 min to clear the cookies but somehow the driver keeps running in the background even if i closed the session and turned off the whole script, i got the "Continue running background apps when Google Chrome is closed" chrome setting off as well. Tried it on different pcs and have the same issue as well and note that pcs have high end cpu's .
Does anyone have this issue or just me ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions