From the course: Robot Framework Test Automation: Level 2

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Update related Robot Framework libraries

Update related Robot Framework libraries - Selenium Tutorial

From the course: Robot Framework Test Automation: Level 2

Update related Robot Framework libraries

- [Narrator] So now let's go ahead and use the pip install dash dash upgrade command, along with the library names we want to upgrade, and see what happens. So I've got a fresh command here. And I type in pip install dash dash upgrade and we'll start with robotframework. There's really no order in which you need to do these. I'm going to do robotframework then selenium then requests. You can see that we successfully installed robotframework three point O. So now I'll use my up arrow, and I'll put a hyphen at the end. And type selenium2library and hit return. And you can see that it uninstalls the earlier stuff, and then reinstalls what it needs. Now if we refer back to the pip list command, we can see that we want to do the requests library because that's for our API calls. So we'll do that next. A couple of up arrows and I'll back it up here, and we'll do requests. So we started at two dot seven zero, and now we've upgraded to two dot eleven dot one. And you can see one other…

Contents