Skip to content

Instantly share code, notes, and snippets.

@JasonArm
JasonArm / StepContext.cs
Created February 25, 2020 02:07
Specflow Hook Example
using OpenQA.Selenium;
using SeleniumAutomation1.PageObjects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SeleniumAutomation1.StepDefinitions
{