faile to install chrom webdriver for selenium

56 views
Skip to first unread message

itama...@gmail.com

unread,
Feb 3, 2020, 10:12:05 AM2/3/20
to ChromeDriver Users


how can i overcome this?



 my chrome version is



chrome about.GIF


and i download the chromdriver  with same version






chrom failure.GIF


T Crichton

unread,
Feb 3, 2020, 1:57:11 PM2/3/20
to ChromeDriver Users
Your problem isn't clear. Are you receiving an error? What are you trying to do, and what is happening instead?

The last screenshot shows that ChromeDriver has started successfully and is waiting to process commands.

There are examples of Selenium code in Java and Python here that may help: https://chromedriver.chromium.org/getting-started

איתמר עלם

unread,
Feb 4, 2020, 3:27:52 AM2/4/20
to T Crichton, ChromeDriver Users
Hi
i run  chromedriver.exe
from line command
(i use Version 79.0.3945.130  both in my chrom and my chromdriver)
the response i got was

image.png

C:\Users\37495.AD\Downloads>chromedriver.exe
Starting ChromeDriver 79.0.3945.36 (3582db32b33893869b8c1339e8f4d9ed1816f143-refs/branch-heads/3945@{#614}) on port 9515
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
[1580804602.203][SEVERE]: bind() returned an error: Only one usage of each socket address (protocol/network address/port) is normally permitted. (0x2740)
IPv6 port not available. Exiting...

C:\Users\37495.AD\Downloads>

that say that chromdriver exiting

does it a correct behavior?
and if not how can  i solve it?
its block me from use selenium & python from access the web

thanks
itamar


--
You received this message because you are subscribed to a topic in the Google Groups "ChromeDriver Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/chromedriver-users/OwddXtaG2fY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/494ad335-b280-4ce4-957f-230172d15df5%40googlegroups.com.

T Crichton

unread,
Feb 4, 2020, 12:24:36 PM2/4/20
to ChromeDriver Users
That error occurs when another process is running and using the same port (9515). Check that no other ChromeDriver processes are running; kill any you find.

You can change the port used by ChromeDriver by adding --port=XXXX to the command. For example: chromedriver --port=9915
Reply all
Reply to author
Forward
0 new messages