Baseult - Discord Tools
Baseult - Discord Tools
I try to start the Browser this way: options = uc.ChromeOptions() options.headless = True options.add_argument('--headless') driver = uc.Chrome(options=options) driver.get("https://login.leagueoflegends.com/?redirect_uri=https://lolesports.com/&lang=en") But it crashes saying: Traceback (most recent call last): File "C:\Users\Baseult\Documents\undetected-chromedriver-master\example\example...
I'm coming from this site: https://explorerplusplus.com/blog/2019/03/07/embedding-v8-c++-application It basically tells me to just open up the project in visual studio and compiling it in release x64. That is exactly what I'm...