Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting error running selenium tests
    primarykey
    data
    text
    <p>this is the error i'm getting when i tried to run my selenium script through a build.xml on a network server <p> @BeforeTest Setup <br></p> <pre><code>java.lang.RuntimeException: Could not start Selenium session: Internal Server Error at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:89) at com.doubleclick.richmedia.selenium.InpageEndToEnd.createSeleniumClient(InpageEndToEnd.java:34) at com.doubleclick.richmedia.selenium.InpageEndToEnd.setUp(InpageEndToEnd.java:27) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: com.thoughtworks.selenium.SeleniumException: Internal Server Error at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97) at com.thoughtworks.selenium.HttpCommandProcessor.getCommandResponseAsString(HttpCommandProcessor.java:168) at com.thoughtworks.selenium.HttpCommandProcessor.executeCommandOnServlet(HttpCommandProcessor.java:104) at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:86) at com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.java:262) at com.thoughtworks.selenium.HttpCommandProcessor.start(HttpCommandProcessor.java:223) at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:81) ... 26 more ... Removed 23 stack frames </code></pre> <p><p> And here's my @BeforeTest script <p> @BeforeTest <p></p> <pre><code>public void setUp() throws Exception {&lt;br&gt; createSeleniumClient("http://www.google.com");&lt;br&gt; } protected DefaultSelenium createSeleniumClient(String url) throws Exception { selenium = new DefaultSelenium("localhost", 4444, "*firefox", url); selenium.start(); selenium.setSpeed("2000"); selenium.deleteAllVisibleCookies(); return selenium; } </code></pre> <p><p> Am I doing something wrong here? I was able to run this locally through intellij Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload