Skip to content

Instantly share code, notes, and snippets.

View rahulrathore44's full-sized avatar
๐Ÿ‘€
looking for freelance work

Rahul Singh Rathore rahulrathore44

๐Ÿ‘€
looking for freelance work
View GitHub Profile
@rahulrathore44
rahulrathore44 / UnitTest1.cs
Created December 31, 2020 00:41
Ope Existing Firefox browser in Selenium
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium;
using OpenQA.Selenium.Firefox;
using System;
namespace SeleniumTest
{
[TestClass]
public class UnitTest1
{