Issue metadata
Sign in to add a comment
|
ChromeDrive 2.42 does not identify Chrome version as in range
Reported by
pburk...@gmail.com,
Sep 13
|
||||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36 Steps to reproduce the problem: 1. Install https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2. Attempt to run selenium using ChromeDriver 2.42 3. Receive error "Chrome version must be >= 68.0.3440.0" What is the expected behavior? Should not receive version error as Chrome version is 69.x What went wrong? See error above Did this work before? Yes 2.41 Chrome version: 69.0.3497.81 Channel: stable OS Version: Debian GNU/Linux 9.5 (stretch) Flash Version:
,
Sep 14
,
Sep 14
We regularly test ChromeDriver 2.42 against Chrome 69, and haven't noticed any problems. Please make sure that your app is asking ChromeDriver to start Chrome from the right location. If you need further help, please attach the verbose log from ChromeDriver to this bug (see http://goo.gl/5Sx8mC for how to do this).
,
Sep 14
PFA output log file
,
Sep 14
Thank you for providing more feedback. Adding the requester to the cc list. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 14
chrome_log.txt shows Chrome version as 67.0.3396.79. [1536952354.745][INFO]: Launching chrome: /usr/bin/google-chrome --disable-background-networking --disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --force-fieldtrials=SiteIsolationExtensions/Control --ignore-certificate-errors --load-extension=/tmp/.org.chromium.Chromium.PnfDp7/internal --log-level=0 --metrics-recording-only --no-first-run --password-store=basic --remote-debugging-port=0 --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.org.chromium.Chromium.6P3iDy data:, _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. Fontconfig warning: "/etc/fonts/fonts.conf", line 160: blank doesn't take any effect anymore. please remove it from your fonts.conf [33:52:0914/191235.072095:ERROR:bus.cc(394)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory ATTENTION: default value of option force_s3tc_enable overridden by environment. [71:71:0914/191235.234410:ERROR:sandbox_linux.cc(378)] InitializeSandbox() called with multiple threads in process gpu-process. DevTools listening on ws://127.0.0.1:37345/devtools/browser/abd58466-fdd2-4bf4-9133-3c570412267e [33:260:0914/191235.339326:ERROR:bus.cc(394)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [1536952355.365][DEBUG]: DevTools HTTP Request: http://localhost:37345/json/version (google-chrome.real:33): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Unknown or unsupported transport 'disabled' for address 'disabled:' [33:33:0914/191235.388317:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context. [1536952355.395][DEBUG]: DevTools HTTP Response: { "Browser": "Chrome/67.0.3396.79", "Protocol-Version": "1.3", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36", "V8-Version": "6.7.288.44", "WebKit-Version": "537.36 (@161bdad7314804dc8c72f850396fcd696e8863e8)", "webSocketDebuggerUrl": "ws://localhost:37345/devtools/browser/abd58466-fdd2-4bf4-9133-3c570412267e" }
,
Sep 15
Hmmm. Appears to be correct; after destroying my local Docker cache, I am seeing the same version. I will consult with the author. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by krajshree@chromium.org
, Sep 14