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.

Install the tools

Install the tools

- [Narrator] In this video, we're going to install the tools we need to properly find web locators. You may recall in level one, we were using the Chrome browser, and we were using inspect element, and then just right clicking and copying some XPath or CSS. We're going to get a little more sophisticated this time. The tools we're going to need are the Firefox browser, and then two plugins for Firefox. One is called Firebug and the other is called Firepath. So, I've got an instance of Firefox here. I google Firebug plugin and notice there's a website here called getfirebug.com, so I'm clicking there. It's really as simple as clicking on this button right here, install Firebug. It's asking me which version. I can click on this arrow here, and now we're in the mozilla.org Add-ons page. You can see Firebug add to Firefox. So, I click this green button. Confirm the installation and restart the browser. So, now that the browser's back up, you can see on the top right I've got this little…

Contents