Discussion:
[chromium-discuss] Chromedriver with Selenium now outputs message to cmd
f00sion
2017-11-22 16:53:19 UTC
Permalink
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
on my cmd line:

DevTools listening on ws://
127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6

Previously, no message was printed.

I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.

How can I suppress it?

For more information, see
https://stackoverflow.com/questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Jon Perryman
2017-11-23 22:25:36 UTC
Permalink
Does this message mean that chrome is upgrading remote debugger so that we
won't need a USB connection? If so, is there any doc for this? I find
tethering with a USB cable annoying.

Thanks, Jon.
Post by f00sion
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
DevTools listening on ws://127.0.0.1:12740/devtools/
browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
Previously, no message was printed.
I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.
How can I suppress it?
For more information, see https://stackoverflow.com/
questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
xianyu li
2018-01-31 10:56:20 UTC
Permalink
Hi, f00sion,
Have you fix this problem?

圚 2017幎11月23日星期四 UTC+8䞋午2:40:07f00sion写道
Post by f00sion
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
DevTools listening on ws://
127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
Previously, no message was printed.
I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.
How can I suppress it?
For more information, see
https://stackoverflow.com/questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Marco Sorrenti
2018-11-22 22:27:38 UTC
Permalink
Hi, same here. Did you found a solution?
Post by f00sion
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
DevTools listening on ws://
127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
Previously, no message was printed.
I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.
How can I suppress it?
For more information, see
https://stackoverflow.com/questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Maria Eger
2018-11-28 19:10:23 UTC
Permalink
This happening with me too, but I'm using ruby 2.4.4p296 and chrome v. 70.0.3538.102
:(
Post by f00sion
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
DevTools listening on ws://
127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
Previously, no message was printed.
I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.
How can I suppress it?
For more information, see
https://stackoverflow.com/questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-11-29 17:52:29 UTC
Permalink
You can search crbug.com/chromedriver for an existing issue and star it. If
you cannot find one, file a new issue using the "New issue" link on the
same page.
Please, do not add a "+1" or "Me too" or "Confirmed" (or similar) comment.
It just wastes the time of Chrome engineers and sends unnecessary e-mails
to all of the people who starred the issue.

You can reply with a link to the found or created issue and might get
triaged (and fixed) faster.

Thank you.

☆*PhistucK*
Post by Maria Eger
This happening with me too, but I'm using ruby 2.4.4p296 and chrome v. 70.0.3538.102
:(
Post by f00sion
I use chromedriver 2.33 with Selenium and Python 3.63. As of the latest
version of chrome [62.0.3202.94 (Official Build) (64-bit)], I get a message
DevTools listening on ws://
127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
Previously, no message was printed.
I haven't made any changes to my program other than updating Chrome to
version 62, so presumably that's what's causing the message.
How can I suppress it?
For more information, see
https://stackoverflow.com/questions/47392423/python-selenium-devtools-listening-on-ws-127-0-0-1
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...