Search:

Type: Posts; User: bean

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    963

    [SOLVED] Re: prevent selenium from loading plugins?

    for anyone with same issue the only solution i have found was to gointo firefox profile manager with cmd


    firefox -no-remote -ProfileManager
    --on linux system"might be different on micrapsoft
    ...
  2. Replies
    2
    Views
    963

    [SOLVED] prevent selenium from loading plugins?

    hi im starting selenium with the code


    WebDriver driver = new FirefoxDriver();
    driver.get("http//:www.google.com");

    however it is loading the following list of plugins which i dont want to...
Results 1 to 2 of 2