Skip to main content

SeeTestAutomation- C# Selenium

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

The C# MobileWebDriver is SeeTestAutomation's implementation of the Selenium API.

This feature is particularly useful for projects that require testing on web browsers: most of the code written using Selenium for desktop browser automation can be re-used for mobile browsers by using the C# MobileWebDriver interface. Never the less, it can be used also to automate Native Applications as well.

Integrating with code framework

To integrate SeeTestAutomation scripts into your regular testing environment, you need to use built-in clients which are located in the client directory under installation directory in clients->C# folder.

Following is a list of the files that are provided by SeeTestAutomation and are required for the integration:

  • CookComputing.XmlRpcV2.dll
  • HtmlAgilityPack.dll
  • imageClient.dll
  • imageClient.xml
  • SeeTest VS2012 Add-on.vsix
  • SeeTest VS2013 Add-on.vsix
  • Selenium.WebDriverBackedSelenium.dll
  • ThoughtWorks.Selenium.Core.dll
  • WebDriver.dll
  • WebDriver.Support.dll