im using webdriverIO using Typescript im facing this issue , where edge browser opens and closes immidiately while automating

Sachin Kumar HM 0 Reputation points
2024-08-13T08:11:02.7766667+00:00

im using webdriverIO using Typescript im facing this issue , where edge browser opens and closes while automating , this is the logs for the for the same

Execution of 8 workers started at 2024-08-13T07:46:52.669Z

[0-0] RUNNING in MicrosoftEdge - file:///C:/Users/Nishkala/Desktop/04-07-2024/LionsGatePlay/test/specs/Web/OnBoardingPage.spec.ts

DevTools listening on ws://127.0.0.1:56575/devtools/browser/f545817d-7237-4274-bb9b-500a243f3ca5

[32680:36324:0813/131701.655:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure,

Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

DevTools listening on ws://127.0.0.1:56584/devtools/browser/8f1ce5d2-7caf-4f44-a81a-9dc552ee3f0b

[5124:38016:0813/131703.128:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure, Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

DevTools listening on ws://127.0.0.1:56592/devtools/browser/16a4617b-5f95-4bb4-af7c-3734ce1b4487

[34700:41596:0813/131704.460:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure,

Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

DevTools listening on ws://127.0.0.1:56599/devtools/browser/36c2ecb5-f621-42ac-943c-7c056c396e19

[28264:39044:0813/131705.825:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure,

Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

[39968:29168:0813/131706.339:ERROR:ssl_client_socket_impl.cc(1067)] handshake failed; returned -1, SSL error code 1, net_error -3

DevTools listening on ws://127.0.0.1:56609/devtools/browser/361fbc37-f36f-445f-a653-0ccae9ed2430

[12048:40184:0813/131707.324:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure,

Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

DevTools listening on ws://127.0.0.1:56616/devtools/browser/1d5745a0-eb1c-462d-a5e0-00e1071e50bd

[14232:6268:0813/131708.735:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure, Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

DevTools listening on ws://127.0.0.1:56621/devtools/browser/0b9c2a7d-1735-42e0-92d8-05c94535c4ca

[11144:41220:0813/131710.098:ERROR:edge_auth_errors.cc(521)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure,

Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,311 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShiJieLi-MSFT 9,566 Reputation points Microsoft Vendor
    2024-08-14T02:49:28.92+00:00

    Hi @Sachin Kumar HM,

    Actually, these error messages won't impact the automation, so you can just ignore them.

    Looks like you have multiple drivers running, so please make sure you have driver.quit() assigned to the end of each process.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li

    0 comments No comments

  2. Richard Dominguez 0 Reputation points
    2024-09-03T05:02:38.1866667+00:00

    Updating the webdriver with the lastest version solved my issue:

    ISSUE:
    [19204:19348:0902/234717.979:ERROR:edge_auth_errors.cc(523)] EDGE_IDENTITY: Get Default OS Account failed: Error: Primary Error: kImplicitSignInFailure, Secondary Error: kAccountProviderFetchError, Platform error: 0, Error string:

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.