Skip to content

Instantly share code, notes, and snippets.

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