Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sdqali/2507993 to your computer and use it in GitHub Desktop.
Save sdqali/2507993 to your computer and use it in GitHub Desktop.
java/client/src/org/openqa/selenium/ie/InternetExplorerDriverServer.java
public class InternetExplorerDriverServer {
// Constantly reloading the DLL causes JVM crashes. Prefer a static field this one time.
private static IEServer lib = initializeLib();
public class InternetExplorerDriverServer {
// Constantly reloading the DLL causes JVM crashes. Prefer a static field this one time.
private static IEServer lib = initializeLib();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment