Page 1 of 1

CEF with Selenium issues

PostPosted: Thu Mar 25, 2021 3:13 pm
by stevecabbage
I am trying to implement a .NET 4.8 console app to use the CEF binary with selenium. For the most part, I have everything working. The problem is that I want to run this via windows Task Scheduler. And more specifically with the setting that lets it run whether the user is logged in or not. If I try to run it this way, I get exceptions that elements are not clickable and if I try to make the driver move to an element first, I get an exception saying that I have moved out of bounds. There are no issues as soon as I use the installed Chrome browser instead of CEF. Any ideas on why this is happening? Let me know if there is any more information needed.