Skip to content

Instantly share code, notes, and snippets.

@jimevans
Forked from perrygoy/ie.cs
Last active April 10, 2018 21:49
Show Gist options
  • Save jimevans/7a7daf61ab1c2d4f2c29677dd95b641e to your computer and use it in GitHub Desktop.
Save jimevans/7a7daf61ab1c2d4f2c29677dd95b641e to your computer and use it in GitHub Desktop.
IE driver instantiation C#
_currentWebDriver = new InternetExplorerDriver(new InternetExplorerOptions()
{ IgnoreZoomLevel = true, InitialBrowserUrl = SeleniumBaseUrl, RequireWindowFocus = true })
{ Url = SeleniumBaseUrl };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment