- johngali123
- Posts : 1
Join date : 2011-12-02
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!
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!
- qappbcAmateur
- Posts : 38
Join date : 2011-10-13
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.
One or more provided solutions should fix this for you.
- Unable to find an element by Id, Name or Xpath using the Webdriver of IE for my webpage
- How to scroll up the invisible webpage to find out the elements using selenium webdriver?
- Webdriver to open a mail in Gmail
- VBA Macro for already open Firefox(with installed Selenium)
- Unable to run firefox from selenium webdriver
Permissions in this forum:
You cannot reply to topics in this forum