-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred while initializing the browser: Message: session not created: Microsoft Edge failed to start: crashed. #149
Comments
Is there a solution for this yet? |
Possible duplicate of #108 |
facing same |
selenium? same bug after trying other driver |
fixed mine, i dont think its a bug with the webdriver........how i fix mine I handle error every statement i made and i am able to see the bug caused by me |
An error occurred while initializing the browser: Message: session not created: Microsoft Edge failed to start: crashed.
(session not created: DevToolsActivePort file doesn't exist)
(The process started from msedge location C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe is no longer running, so msedgedriver is assuming that msedge has crashed.)
Stacktrace:
GetHandleVerifier [0x00007FF62B6DF862+37938]
Microsoft::Applications::Events::ILogConfiguration::operator* [0x00007FF62B679202+209490]
(No symbol) [0x00007FF62B4C9BB7]
(No symbol) [0x00007FF62B4F6A1A]
(No symbol) [0x00007FF62B4F2CE6]
(No symbol) [0x00007FF62B53136D]
(No symbol) [0x00007FF62B527EA3]
(No symbol) [0x00007FF62B5000BE]
(No symbol) [0x00007FF62B4FEE0D]
(No symbol) [0x00007FF62B4FFC71]
Microsoft::Applications::Events::EventProperty::empty [0x00007FF62B85F944+888740]
(No symbol) [0x00007FF62B5762FC]
Microsoft::Applications::Events::EventProperty::~EventProperty [0x00007FF62B6059DC+36588]
Microsoft::Applications::Events::EventProperty::~EventProperty [0x00007FF62B5FD8A5+3509]
Microsoft::Applications::Events::EventProperty::empty [0x00007FF62B85E905+884581]
Microsoft::Applications::Events::ILogConfiguration::operator* [0x00007FF62B6822C1+246545]
Microsoft::Applications::Events::ILogConfiguration::operator* [0x00007FF62B67D674+227012]
Microsoft::Applications::Events::ILogConfiguration::operator* [0x00007FF62B67D7AB+227323]
Microsoft::Applications::Events::ILogConfiguration::operator* [0x00007FF62B6741E1+188977]
BaseThreadInitThunk [0x00007FFF8A104CB0+16]
RtlUserThreadStart [0x00007FFF8AC9E8AB+43]
Below is my referenced code:
The text was updated successfully, but these errors were encountered: