I am using Selenium 4.6.0
from selenium import webdriver
driver = webdriver.Edge()
driver.maximize_window
I am Receiving this
[13928:7924:0414/232444.891:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[13928:7924:0414/232444.931:ERROR:api_wrapper.cc(102)] Calling IsEnclaveTypeSupported, error code 0
DevTools listening on ws://127.0.0.1:61553/devtools/browser/4faa9355-ce13-45ef-8ffd-4049dfe84806
I hae tried many version and even tried it without webdriver manager
UPDATE: It looks like this is caused by a classic update-the-software problem.
visit here to get the latest driver: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
then paste it into your directory, for me its here: C:\Users[username]\AppData\Local\Microsoft\WindowsApps
not an answer but I'm working on the same thing. found this in another thread. (need to take a break now)