#๐ help
51 messages ยท Page 1 of 1 (latest)
@granite thistle
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
are you on linux or windows
win
webdriver-manager
use this instea/
you're supposed to install it, also read the docs.
u gotta add it to your path
i installed the driver...
and putted in in my path
windows path sucks, have you rebooted
maybe i didnt make somthing good
i'm talking about chromedriver-manager
windows
oh
windows only updates path on reboot
you can add it to path but you MUST reboot alot of the time for it to register
reboot your pc
i'm pretty sure you only need to restart the shell, not the entire system 
pre the docs:
sometimes you need to restart sys
usually not but on windows its worth doing if you are having issues
from selenium import webdriver
driver_path = "/path/to/chromedriver"
driver = webdriver.Chrome(executable_path=driver_path)
same error
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())
this will also work
ok
just specify the path manually
not working syntax
you should really learn the basics of python first.
yes
dont just copy paste code
it'll be much more difficult if you're doing things without understanding how they work
like now
if someone can call now to explain me some like im just trying to make a 10min simple tuto
the error you just shared is a very basic error that's understood by learning the basics
to follow*
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.