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
and SeleniumRequest works just fine, but response.request has no driver meta.
running which chromedriver in terminal returns '/usr/bin/chromedriver'
i have tried changing the SELENIUM_DRIVER_EXECUTABLE_PATH to which(chromedriver) and installing chromedriver into my local and direct it there, and i have tried using command_executor and setting browser_executable_path but the same issue persists.
not setting up the driver name, driver path, etc does not create a new error
what am i doing wrong?
The text was updated successfully, but these errors were encountered:
I am trying to run scrapy-selenium in an wsl pipenv environment
i have added the
and
and SeleniumRequest works just fine, but response.request has no driver meta.
running which chromedriver in terminal returns '/usr/bin/chromedriver'
i have tried changing the SELENIUM_DRIVER_EXECUTABLE_PATH to which(chromedriver) and installing chromedriver into my local and direct it there, and i have tried using command_executor and setting browser_executable_path but the same issue persists.
not setting up the driver name, driver path, etc does not create a new error
what am i doing wrong?
The text was updated successfully, but these errors were encountered: