I'm using Visual Studio 2015 with Selenium adds for creating web tests, and i need to implement some jQuery code in my C# code. Is there a way for that? if it's help i download jQuery in NuGet package manager, but still i don't know how to implement jQuery code in c#.
I need it to scroll bar created in http://manos.malihu.gr/jquery-custom-content-scroller/ and i go to use
$('#ID').mCustomScrollbar("scrollTo", 200)
I'm begginer so if i need to implement some
using
or other things pls mention :D Thx for all help Janer