Open
Bug 1400894
Opened 8 years ago
Updated 3 years ago
facing Blocking issue with eclipse tool and Build id: 20140224-0627 and unable to Navigate URL when using Valid Selenium Code
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: sahida.sultana3, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36
Steps to reproduce:
Hi all ,
i am facing high priority issue with Eclipse tool. Eclipse tool unable to Navigate URL and Displaying unnecessary error as " Unable to connect URL with browser" when i have used valid code for Navigate URL.
//Navigate Application
public static void Navigate_URL() throws Exception{
System.setProperty("webdriver.chrome.driver","C:\\Users\\SAHIDA\\workspace\\Selenium Mobile Automation\\chromedriver2.exe");
ChromeDriver driver=new ChromeDriver();
//WebDriver driver=new FirefoxDriver();
Thread.sleep(20);
//FirefoxDriver driver=new FirefoxDriver();
System.out.println("Forbes page Found White with Pink and HR Director service");
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
driver.get("https://www.primo.me/");
}
please have a look and let me know.
please see the log file
Actual results:
Unable to Navigate URL when i am using valid Selenium Code.
Expected results:
Application should launch when i am using valid selenium code.
i have also attached log file
//Navigate Application
public static void Navigate_URL() throws Exception{
System.setProperty("webdriver.chrome.driver","C:\\Users\\SAHIDA\\workspace\\Selenium Mobile Automation\\chromedriver2.exe");
ChromeDriver driver=new ChromeDriver();
//WebDriver driver=new FirefoxDriver();
Thread.sleep(20);
//FirefoxDriver driver=new FirefoxDriver();
System.out.println("Forbes page Found White with Pink and HR Director service");
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
driver.get("https://www.primo.me/");
}
}
Comment 1•8 years ago
|
||
For an integration issue like this you're probably better off asking for help in our test-oriented newsgroups/mailing lists where folks have experience with Selenium integration. This is probably not a bug in Firefox since other people have gotten this to work.
Group: core-security
| Reporter | ||
Comment 2•8 years ago
|
||
| Reporter | ||
Comment 3•8 years ago
|
||
| Reporter | ||
Comment 4•8 years ago
|
||
Thanks for the update .i am sure this is not integration issue and i have very strong experience with with Selenium integration.previously i worked with multiple project with selenium tool where same tool and same code worked fine. but right now Eclipse tool unable to Navigate URL and Displaying unnecessary error as " Unable to connect URL with browser" when i have used valid code for Navigate URL. facing this issue with all browser like Chrome,Firefox, internet explorer etc.
//Navigate Application
public static void Navigate_URL() throws Exception{
System.setProperty("webdriver.chrome.driver","C:\\Users\\SAHIDA\\workspace\\Selenium Mobile Automation\\chromedriver2.exe");
ChromeDriver driver=new ChromeDriver();
//WebDriver driver=new FirefoxDriver();
Thread.sleep(20);
//FirefoxDriver driver=new FirefoxDriver();
System.out.println("Forbes page Found White with Pink and HR Director service");
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
driver.get("https://www.primo.me/");
}
Error Message displaying : Unable to connect with ping process and driver passing null value.
when i am going on execution then Multiple Remote getting connect with Eclipse Web Driver tool.please the screenshot.
i think this is Remote connected issue with Developer end and need to remove security.
Comment 5•6 years ago
|
||
Moving to the gtk component, x-remote isn't really used much more.
Component: X-remote → Widget: Gtk
Comment 6•6 years ago
|
||
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•