Created
April 10, 2018 21:45
-
-
Save perrygoy/b765d25e7f332c9e2500a52fc14d1cc9 to your computer and use it in GitHub Desktop.
IE driver instantiation C#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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