From the course: Python Automation and Testing

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge

Challenge

From the course: Python Automation and Testing

Start my 1-month free trial

Challenge

(intense whoosh) - [Instructor] So far, we have seen how to perform user actions in an automated way using Selenium WebDriver. So let's take up a small challenge together and perform the same actions. So the challenge is, you have to navigate to this site and you have to perform a search and also change the value for select bar. So I'm going to navigate to the site and show you where what it is to be done. This is the website that you have to navigate to. In the search bar, you perform a search for the text beginner. And in the select bar that we have here, you change the value to raw text. This is a challenge that we're going to do together. In the subsequent video, I will show you my solution for it which is one of the many solutions that we can have here. The entire challenge should take you all of three minutes since it's three simple steps that you have to perform. Let's try this out together and go ahead with it.

Contents