You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some experimentation, I found that chromedriver doesn't work in colab. I used !./chromedriver in colab cell
The result was src/tcmalloc.cc:283] Attempt to free invalid pointer 0x1951c81affc0
But when i try locally ./chromedriver :
`
Starting ChromeDriver 78.0.3904.105 (60e2d8774a8151efa6a00b1f358371b1e
0e07ee2-refs/branch-heads/3904@{#877}) on port 9515
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks
to prevent access by malicious code.
Any suggestions what can be done ??
I have tried !sudo apt-get install libjemalloc-dev !apt install libtcmalloc-minimal4
`
The text was updated successfully, but these errors were encountered:
After some experimentation, I found that chromedriver doesn't work in colab. I used
!./chromedriver
in colab cellThe result was
src/tcmalloc.cc:283] Attempt to free invalid pointer 0x1951c81affc0
But when i try locally
./chromedriver
:`
Starting ChromeDriver 78.0.3904.105 (60e2d8774a8151efa6a00b1f358371b1e
0e07ee2-refs/branch-heads/3904@{#877}) on port 9515
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks
to prevent access by malicious code.
Any suggestions what can be done ??
I have tried
!sudo apt-get install libjemalloc-dev !apt install libtcmalloc-minimal4
`
The text was updated successfully, but these errors were encountered: