Can't open webpage using FireFox webdriver

johngali123 at 14h57
02
Dec
2011
Can't open webpage using FireFox webdriver

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;


public class ok {

/**
* @param args
*/
public static void main(String[] args) {
WebDriver test = new FirefoxDriver();
test.get("google dot com");
}

}


When i RUN above script my firefox is open with following message and i
About
This topic belongs to the forum
  • Numbers of topics : 1155
  • Numbers of messages : 3119
  • Numbers of users : 2125
  • Numbers of points : 1359
Similar topics
I am trying selenium webdriver with python. When I try to run the python program, it starts the Firefox browser, but does not open the url. I have installed webdriver for python from the source. Can anyone help me with this? If you could give a step
Hi All, will selenium supports firefox version 6/ 7/ 8 kindly let me know how to support newer versions thanks in advance
Hi there, I try to start Selenium RC with a modified profile for Firefox, but Selenium doesn't take this profile. I searched the web and tried several things, but nothing helped. In the ant-File, I placed the following 2 lines: <arg
Hi, I want to use the web-broswer navigation (forward, stop navigation) which are available in Webdriver/Firefox driver but not in seleinum. Please let me know if this is possible: 1. Open a browser via selenium setup command. 2. Pass this
When I tried to run a code(that is perfectly working in IE) in Firefox 3.5, using the code below, selenium = new DefaultSelenium("localhost",4444,"*firefox","http://www.google.com"); firefox displays 'Server not found' error. But when we try to
Forums from same category
  • BRUTALITY MUSIC PRODUCTIONS. Brutality Freakz. Brutality Music

  • Free forum: Hmoob Ntuj Tshiab - Txoj Kev Hlub - Yeej muaj nyob rau txhua tug los ntawm lub siab dawb siab huv nthuav tawm rau txhua leej txhua tus kawm txog peb Hmoob lub neej txoj kev sib hlub kom peb nyob kaj siab lug.

  • Hello everyone | welcome to the MeemForum, here you find all infos about |meem|mobile|others| MeemForum provide the facility to entertainment and advertisement free of cost.

  • Peb yog Hmoob, peb muaj txuj ci Hmoob, peb yuav tsum nco ntsoov txhawb peb haiv Hmoob.

  • Free forum : HERE U WILL GET EVERYTHING

See also
more_less
Informations

1 Replies For the topic :
"Can't open webpage using FireFox webdriver"

This topic has been viewed 617 times.

Last message :
02/12/2011 at 14h57 by "johngali123"