SELENIUM --------- DAY9 --------- Drop Down QUESTIONS(Theory) ----------------- 1.What is the purpose of DropDown? 2.How will you perform DropDown? 3.What are the ways to select DropDown options? 4.Whether Select is a interface or class? 5.Write a code to print all the options in DropDown? 6.Can we select multiple values in DropDown? 7.How will select multiple values in DropDown? 8.What are the methods available in Select class? 9.can we deselect the options in DropDown? 10.Write a code to print selected options in DropDown? 11.Write a code to deselect the selected options in DropDown? 12.How we can check whether it is possible to select multiple options or not? QUESTIONS(Practical) -------------------- QUESTION 1 ---------- URL : http://demoqa.com/automation-practice-form/ NOTE: print all the even option in selenium commands. QUESTION 2 ---------- URL : http://demoqa.com/automation-practice-form/ NOTE: print all the odd option in selenium commands. QUESTION 3 ----------- URL : http://demoqa.com/automation-practice-form/ NOTE: print all the option in continents. QUESTION 4 ----------- URL: http://demoqa.com/automation-practice-form/ NOTE: Fill the form. QUESTION 5 ---------- URL : https://www.facebook.com/ NOTE: Print all the options in year using get_attirubute() method QUESTION 6 ----------- URL : https://www.facebook.com/ NOTE: print the even dates QUESTION 7 ----------- URL : http://demo.guru99.com/test/newtours/register.php NOTE: print all the option of country using text parameter. QUESTION 8 ----------- URL : http://demo.guru99.com/test/newtours/register.php NOTE: print all the option of country using get_attribute() method QUESTION 9 ------------ URL : http://adactin.com/HotelApp/ NOTE: Book room and print order no. QUESTION 10 ----------- URL : http://adactin.com/HotelApp/ NOTE: print all the option Room Type available. QUESTION 11 ----------- URL : http://adactin.com/HotelApp/ NOTE: print all the option Location available. QUESTION 12 ----------- URL : http://adactin.com/HotelApp/ NOTE: print all the option Room Type available.