/selenide-for-c-sharp

C# binding for Selenide (http://selenide.org/) based on JNI (jni4net lib)

Primary LanguageC#Apache License 2.0Apache-2.0

How to use

  1. Clone repo
  2. Run build.cmd
  3. Try! For instance, use test/TestSelenideForNet/TestSelenideForNet.sln project for that

WebDriver and Browser Support Warning

Selenium WebDriver doesn't support newest version of browsers out of the box, e.g. Firefox 43+, see details here (Russian only). Thus, both Selenide and Selenide for C# as well will not support newest browsers as soon as they works through Selenium.

Minimum Software Requirements

  1. Visual Studio 2015 (because of C# 6.0)