Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Selenium components for Coded UI Cross Browser Testing

Selenium components for Coded UI Cross Browser Testing

Atin Bansal

|
66,291 installs
| (36) | Free
Selenium components for cross-browser testing using Coded UI

Run this tool on the machine where you want to run cross-browser tests. The machine needs to be connected to the internet and be able to access the links below. .NET framework 3.5 is required for this installer. 


User needs to run the installer only and no manual steps are required to download Selenium binaries. In case the installation is not completed due to access restrictions or connection loss, please follow the steps mentioned below manually. You can then start writing cross-browser tests using Coded UI.

1. After installing the cross-browser testing installer, verify thatMicrosoft.VisualStudio.TestTools.UITest.Extension.CrossBrowserProxy.dll isfound in the following location:"%ProgramFiles%\Common Files\microsoft shared\VSTT\Cross BrowserSelenium Components" (for 32 bit machines)
"%ProgramFiles(x86)%\Common Files\microsoft shared\VSTT\Cross BrowserSelenium Components" (for 64 bit machines)

2. Download chrome driver from:http://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip

3. Download selenium dot net bindings from: http://selenium-release.storage.googleapis.com/2.53/selenium-dotnet-strongnamed-2.53.1.zip

4. Right click on the downloaded zip files.

5. Select "properties".

6. Under "General" tab, click on the "Unblock" button.

7. Now unzip both the files and copy the contents to the following path (for the selenium-dotnet 2.53.1 binaries, copy the contents of net40 folder):"%ProgramFiles%\Common Files\microsoft shared\VSTT\Cross Browser Selenium Components" (for 32 bit machines)
"%ProgramFiles(x86)%\Common Files\microsoft shared\VSTT\Cross Browser Selenium Components" (for 64 bit machines) 

Supported Visual Studio versions

This installer works with VS 2012 Update 4, VS 2013 Update 5, VS 2015 and updates and VS 2017 RC.

Running tests using Microsoft Edge browser

Users can run their Coded UI tests on Edge Browser using Visual Studio 2015 Update 2 or later versions. Install the Cross Browser extension and the appropriate Microsoft Edge WebDriver that works with your version of Windows10 from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/. Users should install the webdriver to the default location ("%ProgramFiles(x86)%\Microsoft Web Driver).

Known Issues (as of 12/7/2016)

1. Latest Firefox does not work with the current version. Please use Firefox 47.0.1.

2. Latest version of Chrome does not currently work. We are working on fixing this issue.


Support for latest browser versions

Each browser has its own release cadence. If there is a new version that does not work with the binaries downloaded with this package, you can try the steps below and see if it fixes your issue.

1. Navigate to http://selenium-release.storage.googleapis.com/index.html and navigate into the folder for latest version

2. Download selenium-dotnet-strongnamed-<version>.zip

3. Right click on the downloaded Zip -> Properties -> General Tab -> Click UnBlock in the Security section -> OK

4. Unzip the file and copy files from net40 directory to “%programfiles(x86)%\Common Files\Microsoft Shared\VSTT\Cross Browser Selenium Components”

5. If you are having issues with Chrome browser, you will also need to download the latest chromedriver from http://chromedriver.storage.googleapis.com/index.html , unblock the zip and copy the exe to the same directory.


  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft