How Can We Help?

< All Topics

C# is one of the most popular programing language. Imagium can be integrated with C# and selenium with great ease.

In this example we shall use Restsharp to make API calls and NOKSA screenshot extension to take full page screenshot.

Install these dependencies via NuGet

Noksa.WebDriver.ScreenshotsExtensions
RestSharp

Here is a sample code

C#

Dependencies