# NoSuchDriverException: Message: Unable to obtain driver for chrome using Selenium Manager

**URL:** https://forum.robotframework.org/t/nosuchdriverexception-message-unable-to-obtain-driver-for-chrome-using-selenium-manager/6697
**Category:** Robot Framework
**Created:** [21 January 2024 16:20 UTC](https://forum.robotframework.org/t/nosuchdriverexception-message-unable-to-obtain-driver-for-chrome-using-selenium-manager/6697 "2024-01-21T16:20:32Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![EagerToLearn](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/eagertolearn/32/3383_2.png) [@EagerToLearn](https://forum.robotframework.org/u/EagerToLearn)
#### Post date: [22 January 2024 11:21 UTC](https://forum.robotframework.org/t/nosuchdriverexception-message-unable-to-obtain-driver-for-chrome-using-selenium-manager/6697/6 "2024-01-22T11:21:10Z")

</div>

Hi,  
So nice of you for your time, Dave.  
I tried with a pure clean install again and found out that the chromedriver.exe is being copied here and then also added the path to the Windows Path variables there:  
**- For Chrome**  
**C:\Users\munee.wdm\drivers\chromedriver\win64\121.0.6167.57\chromedriver-win32/chromedriver.exe**  
**- For Firefox**  
C:\Users\munee.wdm\drivers\geckodriver\win64\v0.34.0\geckodriver.exe

Code looks like this now

* * *

\*\*\* Settings \*\*\*  
Library SeleniumLibrary  
Resource SeleniumDrivers.robot  
Suite Setup Update Chrome Webdriver

\*\*\* Test Cases \*\*\*  
Successful Login  
Open Browser [https://www.google.com/](https://www.google.com/) Chrome

* * *

\*\*\* Settings \*\*\*  
Documentation These keywords need the webdriver-manager module  
… pip install webdriver-manager  
… [webdriver-manager · PyPI](https://pypi.org/project/webdriver-manager/)

\*\*\* Keywords \*\*\*  
Update Chrome Webdriver  
[Documentation] Update Chrome Web Driver  
${driverpath}= Evaluate webdriver\_manager.chrome.ChromeDriverManager().install() modules=webdriver\_manager.chrome  
Log ${driverpath}  
RETURN ${driverpath}

Update Firefox Webdriver  
[Documentation] Update Firefox Web Driver  
${driverpath}= Evaluate webdriver\_manager.firefox.GeckoDriverManager().install() modules=webdriver\_manager.firefox  
Log ${driverpath}  
RETURN ${driverpath}

* * *

I still get the same exception:

NoSuchDriverException: Message: Unable to obtain driver for **chrome** using Selenium Manager.

NoSuchDriverException: Message: Unable to obtain driver for **firefox** using Selenium Manager.

Any help is greatly appreciated like always 🙂  
Sincere Regards  
EagerToLearn

---

_[View the full topic](https://forum.robotframework.org/t/nosuchdriverexception-message-unable-to-obtain-driver-for-chrome-using-selenium-manager/6697)._
