Answer the question
In order to leave comments, you need to log in
How to run parser on oracle arm64 free server?
You can't install google chrome on arm64, but only chromium, but I don't understand how to bind this browser to the script in this case and which webdriver to use for it. After the last manipulation, I got the following errors
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/chromium-browser is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Stacktrace:
#0 0xaaaab361a020 <unknown>
#1 0xaaaab3376ee8 <unknown>
#2 0xaaaab3396fb8 <unknown>
#3 0xaaaab33933bc <unknown>
#4 0xaaaab33c4590 <unknown>
#5 0xaaaab339c1a8 <unknown>
#6 0xaaaab363bbcc <unknown>
#7 0xaaaab36494e0 <unknown>
#8 0xaaaab36492ac <unknown>
#9 0xaaaab367dc28 <unknown>
#10 0xaaaab3649b60 <unknown>
#11 0xaaaab3631fcc <unknown>
#12 0xaaaab3651e68 <unknown>
#13 0xaaaab3651ff4 <unknown>
#14 0xaaaab3669cc8 <unknown>
#15 0xffff943c54fc <unknown>
#16 0xffff93c3d67c <unknown>
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
driver = webdriver.Chrome()
driver.get("https://www.google.ru")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question