Skip to content

Instantly share code, notes, and snippets.

View perrygoy's full-sized avatar

Perry Goy perrygoy

View GitHub Profile
@perrygoy
perrygoy / ie.cs
Created April 10, 2018 21:45
IE driver instantiation C#
_currentWebDriver = new InternetExplorerDriver(new InternetExplorerOptions()
{ IgnoreZoomLevel = true, InitialBrowserUrl = SeleniumBaseUrl })
{ Url = SeleniumBaseUrl };