SELENIUM -------- DAY11 -------- WebTable QUESTIONS(Theory) ----------------- 1.What is mean by webtable? 2.What is the use of webtable? 3.Under which tags webtable is present in html? 4.Which tag is used to mention the table row and table data ? 5.Write a code to display all the Colum Name from the table? 6.Write a code to display all the data from the table? 7.If there are multiple tables available in webpage.How Will you display the any specified particular webtable data? 8.Write a code to print the rows alone form the webtable? 9.Write a code to print all the data's from the webtable using enhanced for loop? 10.Write a code to print the table headers from the WebTable? QUESTIONS(PRACTICAL) -------------------- QUESTION 1 ---------- URL : http://toolsqa.com/automation-practice-table/ NOTE: Print all the content in the dymaic webtable. QUESTION 2 ---------- URL : http://toolsqa.com/automation-practice-table/ NOTE: Print the rank of the country whose name is china in the dynamic webtable. QUESTION 3 ---------- URL : http://toolsqa.com/automation-practice-table/ NOTE: Print the last two rows details in the dynamic webtable. QUESTION 4 ---------- URL : http://toolsqa.com/automation-practice-table/ NOTE: Print the first two rows details in the dynamic webtable.