Selenium Task
Replay the TestCafe lab “quicklab practice” here
Create a new folder of the work folder and add these two html files to that folder.
Test 1 - git clone https://livingwater@bitbucket.org/living-water-js/selenium-basics.git
Create a new .py file (call it whatever your like)
Verify that if an expression is entered into first-name and last-name, the first letter of each word capitalized
Verify that when the form is loaded the age label is empty
Verify that if a date is applied to the date picker, the age label shows the correct age
Test 2
Create a new .py file (call it whatever your like)
Navigate to BBC News by clicking on the BBC link
Verify you have moved away and are at the BBC News site
Navigate back to the where you started (home), verify you are back home
Navigate to QA by clicking on the QA link
Verify you have moved away and are at the QA site