Unable to parse URL: http://localhost:????/session

300 views
Skip to first unread message

Amar Jeet Mishra

unread,
Jun 15, 2019, 3:57:48 AM6/15/19
to Selenium Users
Started InternetExplorerDriver server (32-bit)
3.14.0.0
Listening on port 6343
Only local connections are allowed
Exception in thread "main" org.openqa.selenium.WebDriverException: java.io.IOException: Unable to parse URL: http://localhost:????/session
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:13:22.693Z'
System info: host: 'PARAMJEET', ip: '192.168.42.14', os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3', java.version: '1.8.0_101'
Driver info: driver.version: InternetExplorerDriver
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:92)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:212)
at org.openqa.selenium.ie.InternetExplorerDriver.run(InternetExplorerDriver.java:221)
at org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:213)
at org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:150)
at myFirstSeleniumproject.SelFirst.main(SelFirst.java:20)
Caused by: java.io.IOException: Unable to parse URL: http://localhost:????/session
at org.openqa.selenium.remote.internal.OkHttpClient.execute(OkHttpClient.java:67)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:101)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:73)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
... 6 more

Aniket Mane

unread,
Jun 15, 2019, 5:51:32 AM6/15/19
to seleniu...@googlegroups.com
Could you please share your code

--
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/62700f79-9c9f-4f73-a50c-102ef40849c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

himansu

unread,
Jun 17, 2019, 3:02:23 AM6/17/19
to Selenium Users
Hi Amar,

 Try the below to parse your Ip :- 

int DB_Port_No_Parsed=Integer.parseInt(String DB_port_no_Fixed);

InetAddress DB_IP_parsed=Inet6Address.getByName(String DB_IP);
 

Amar Jeet Mishra

unread,
Jun 18, 2019, 12:05:43 PM6/18/19
to Selenium Users
Hi Aniket,

Below are the code lines which i am trying to run.
PFA  for eclipse  screenshot, which list the jar files that  i am using .

package myFirstSeleniumproject;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
 
public class SelFirst {
public static void main(String[] args) {
System.setProperty("webdriver.ie.driver","H:\\selenium project\\drivers\\IEDriverServer.exe");
WebDriver driver=new InternetExplorerDriver();
driver.manage();
driver.get("https//:www.google.com");
}
}

 
 
 
 
 
 
 


On Saturday, June 15, 2019 at 3:21:32 PM UTC+5:30, Aniket wrote:
Could you please share your code

To unsubscribe from this group and stop receiving emails from it, send an email to seleniu...@googlegroups.com.
Selenium_IEError.PNG

Jagu Lakshmi Pavani

unread,
Jun 18, 2019, 12:47:18 PM6/18/19
to seleniu...@googlegroups.com
Hi,
   To run the script ion IE, you need to make some Proxy setting,so please google that and try

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.

For more options, visit https://groups.google.com/d/optout.


--
Lakshmi Pavani Jagu,
+56 961133614,
jlpav...@gmail.com

Saravanan Jothimani

unread,
Jun 19, 2019, 12:12:28 AM6/19/19
to Selenium Users
Hi,

Please change URL. 

driver.get("https://www.google.com");

Thanks

Saravanan


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.

Amar Jeet Mishra

unread,
Jun 27, 2019, 3:00:03 AM6/27/19
to Selenium Users


This issue is resloved as my local compture language was not set to Standard English.

Reply all
Reply to author
Forward
0 new messages