neooleg / selenide-for-c-sharp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:Apache License 2.0


Languages

Language:C# 70.5%Language:Batchfile 29.5%