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 web drivers and check the system

Update web drivers and check the system - Selenium Tutorial

From the course: Robot Framework Test Automation: Level 2

Update web drivers and check the system

- [Narrator] So, now that we have updated versions of Python and our robot framework libraries, and you may or may not have downloaded current browser versions, depending upon your application and your test's needs, now we're going to download the current web drivers into our C:/bin directory. So, as you recall, I've got a C:/bin directory, and I have my IE driver and my Chrome web driver as well. Just in case things go bad, I'm going to create a new directory here, and call it archive, and I'm going to grab both of these guys and drop them in there. So, you may recall, from Level 1, that to get our web driver, we need to go to http://www.seleniumhq.org, and I'll go to the Download tab. They've changed their website a little bit. They no longer have the All Releases over here, so I'm just going to jump down to this section here called, Internet Explorer Driver Server. They've got a 32-bit version and a 64-bit version. As you recall, we need this 32-bit version. So I'll click there…

Contents