# Have problem with Selenium Library

**URL:** https://forum.robotframework.org/t/have-problem-with-selenium-library/5967
**Category:** Robot Framework
**Created:** [19 July 2023 15:26 UTC](https://forum.robotframework.org/t/have-problem-with-selenium-library/5967 "2023-07-19T15:26:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Viki](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/viki/32/4382_2.png) [@Viki](https://forum.robotframework.org/u/Viki)
#### Post date: [19 July 2023 15:26 UTC](https://forum.robotframework.org/t/have-problem-with-selenium-library/5967/1 "2023-07-19T15:26:44Z")

</div>

![Screenshot 2023-07-19 at 17.23.42](https://europe1.discourse-cdn.com/flex005/uploads/robotframework1/original/2X/9/9ea96956d96fc7cbefb517925c7b7cf85d95bae0.png)  
This is the error I get all the time  
“Unresolved library: SeleniumLibrary.  
Error generating libspec:  
Importing library ‘SeleniumLibrary’ failed: ModuleNotFoundError: No module named ‘SeleniumLibrary’  
Consider adding the needed paths to the "robot.pythonpath" setting  
and calling the "Robot Framework: Clear caches and restart" action.”  
Please someone who knows to help me with this ?

---

<div class="post-metadata">

### Author: ![HelioGuilherme66](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robotframework.org/helioguilherme66/32/34_2.png) [@HelioGuilherme66](https://forum.robotframework.org/u/HelioGuilherme66)
#### Post date: [19 July 2023 19:41 UTC](https://forum.robotframework.org/t/have-problem-with-selenium-library/5967/2 "2023-07-19T19:41:05Z")

</div>

Start with:

```python
pip install robotframework-seleniumlibrary

```
