I hope this helps explain what's happening there.
--Jim
[1] http://code.google.com/p/selenium/wiki/JsonWireProtocol
[2] There's no requirement this port be random, and most language bindings have an option that lets you fix the port if you want. See your language bindings' documentation for more details.
Hi.. All,
I am new to selenium mine application run only on IE.But while launching IE i am getting the eror "This is the initial start page for the WebDriver server"below are mine code
import org.openqa.selenium.WebDriver;import org.openqa.selenium.ie.InternetExplorerDriver;
import com.thoughtworks.selenium.DefaultSelenium;
public class WebDriver_module1{
public static void main(String[] args){
System.setProperty("webdriver.ie.driver","C:\\Eclipse\\eclipse\\IEDriverServer.exe");WebDriver driver =new InternetExplorerDriver();driver.get("http://www.google.com");
Could some one help me plz its very urgent.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/eb1ef9a0-8356-4076-af90-e57943eae7ba%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Mark,
After this message it stop. Nothing happening. also whenever i am launching its always going to localhost ..........."http://localhost:57274/"
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/33f6d16a-f12c-43d9-b228-599e2e9d4834%40googlegroups.com?hl=en-US.