This is sample web page with dummy elements that will help you in practicing automation. This page has most of the commonly used web elements like – text-box, link, buttons, check boxes, radio buttons, drop-downs, alert box and drag & drop widget.
In case you are using Selenium WebDriver with Java for automation then you can refer to our tutorial – Selenium Sample Script. It contains explanation of the different Selenium commands along with sample script that automates each of these web elements.
Sample Page
This is sample text!
Link : This is a link
TextBox :
Click Button :
Double Click Button :
Radio button :
Checkbox :
Drop down :
Click below button to generate Alert box.
Click below button to generate Confirm box.
Drag and drop example- drag the below image on the textbox
Useful Resources
- Sample Script in Selenium WebDriver with Java – Selenium Sample Script
- Complete Selenium WebDriver Tutorial – Selenium Tutorial