How to get WebView version used in my desktop Teams client

Vladislav Velichko 0 Reputation points
2024-01-26T23:27:37.8733333+00:00

I'm writing autotests using MS Teams desktop client. Connecting by Selenium webdriver.
To use Webdriver, I need to know WebView version used in my local Teams client.
Is there a way to know that version from registry or some local files?
Maybe there is an updated online source to know WebView version by Teams version?
Currently, I'm running webdriver with whatever version, getting an error message with needed version, and then running again with the correct version.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,099 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Ran Hou-MSFT 7,495 Reputation points Microsoft Vendor
    2024-01-29T05:25:30.17+00:00

    Hi @Vladislav Velichko According to the Microsoft support document, the new Teams client uses the Evergreen version of Microsoft Edge WebView2 to ensure Teams client is always up to date with the latest fixes and improvements available in Microsoft Edge and Chromium. If you want to check the WebView2 Runtime version, you can find it under Control Panel > Programs > Programs and Features. For more details, you may refer to the article. Hope the above information is helpful for you!


    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.



  2. Vladislav Velichko 0 Reputation points
    2024-01-30T05:03:19.0533333+00:00

    https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#detect-if-a-suitable-webview2-runtime-is-already-installed

    HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}
    HKCU\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}


  3. Ran Hou-MSFT 7,495 Reputation points Microsoft Vendor
    2024-01-30T05:37:32.73+00:00

    Hi @Vladislav Velichko Thanks for your feedback above which shared more information! Since our forum has the policy that the question author cannot accept their own answer. They can only accept answers by others, and according to the scenario introduced here: Answering your own questions on Microsoft Q&A I would make a brief summary of this post so that other forum members could easily find useful information here: [Activating lagged copies - Summary] Issue Symptom:
    How to get WebView version used in my desktop Teams client? Troubleshooting: HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}
    HKCU\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} Reference: https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#detect-if-a-suitable-webview2-runtime-is-already-installed You could "Accept Answer" for this summary to close this thread, and your action would be helpful to other users who encounter the same issue and read this thread. Thanks for your understanding!


    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.


    0 comments No comments