Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
johngali123
Posts : 1
Join date : 2011-12-02

Can't open webpage using FireFox webdriver Empty Can't open webpage using FireFox webdriver

Fri Dec 02, 2011 8:57 pm
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 can't load Google.com website..

“Would you like to help improve Mozilla Firefox by automatically reporting memory usage, performance, and responsiveness to Mozilla? ” All you need to do is to click on Yes or No button and then it won’t ever interrupt you!


I keep clicking Yes/No and it keeps showing the popup every time a new window opens, which stops any of my automated (Selenium) web application tests from working!
avatar
qappbc
Amateur
Amateur
Posts : 38
Join date : 2011-10-13

Can't open webpage using FireFox webdriver Empty Re: Can't open webpage using FireFox webdriver

Sat Dec 03, 2011 7:59 am
1. http://support.mozilla.com/en-US/questions/898549#answer-278201

One or more provided solutions should fix this for you.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum