Valorant-Account-Creator
Valorant-Account-Creator copied to clipboard
ChromeType Error
Hi There How to soleve this problem?
PS D:\Valorant-Account-Creator-main> & D:/Python311/python.exe d:/Valorant-Account-Creator-main/ValoGenPremium/valogenpremiumCHROME.py
Traceback (most recent call last):
File "d:\Valorant-Account-Creator-main\ValoGenPremium\valogenpremiumCHROME.py", line 6, in
I'm not good at python can you help me plz😭
Try using those commands to install webdriver-manager
pip uninstall webdriver-manager
pip install webdriver-manager
For an specific version
pip install webdriver-manager==<compatible_version>
or
pip3 uninstall webdriver-manager
pip3 install webdriver-manager
For an specific version
pip3 install webdriver-manager==<compatible_version>
Replace <compatible_version>
with the appropriate version number.