Demo process
This is a demonstration of a web page and the steps involved in automating its processes using Selenium. Prior to starting the automation, a function is invoked to download the appropriate Selenium WebDriver. This ensures that you can interact with the demo without interruptions while witnessing how the automation is carried out by the robot. First, open HQ in the Chrome browser if you haven't already, as our robot will execute the process in the Edge browser.
If you want to learn more about selecting the right Selenium selector, visit the following link.
Process Overview
Navigate to the web URL https://www.saucedemo.com/
Enter "standard_user" as the username and "secret_sauce" as the password to log in. From the list of items, select white body with the name "Sauce Labs Onesie" and add it to your cart.
Next, view your cart and proceed to checkout.
Enter your first and last name, as well as your zip code, then click "Continue" and complete the process.
Verify that the checkout was successful by checking the text message (Your order has been dispatched, and will arrive just as fast as the pony can get there!“.
Final step: close the Selenium driver.