DAY12: ----- JAVASCRIPT QUESTIONS(Theory) ------------------ 1.What is mean by Javascript? 2.Whether JavaScript is a class or Interface? 3.What are the methods available to run the Javascript? 4.Write a code to click a button using JavaScript? 5.Write a code to insert a value in textBox using JavaScript? 6.What method is used to get the font size of the WebElement in a webpage? 7.What method is used to get the Color of the WebElement in a webpage? 8.Write a code to highlight the WebElement in a webpage? 9.Write a code to get the InnerText and Title of a webpage using Javascript? 10.Write a code to perform scrollUp in a webpage using Javascript? 11.Write a code to perform scrolldown in a webpage using Javascript? QUESTIONS(Practical) ------------------- QUESTION 1 ----------- URL : http://www.greenstechnologys.com/ NOTE: Find the font size and color of the line "No 1 Software Training Institutes in Chennai with Placements". QUESTION 2 ----------- URL : http://www.greenstechnologys.com/ NOTE: Go to down of the webpage using scrolldown and print line "greens over all reviws". QUESTION 3 ----------- URL : http://toolsqa.com/ NOTE: Go to down of the webpage using scrolldown and again go to top of webpage using scrollup QUESTION 4 ----------- URL : http://www.greenstechnologys.com/selenium-course-content.html NOTE: Go to down of webpage using scrolldown and highlight the line "Best Selenium training center in OMR" with Red color. QUESTION 5 ----------- URL : https://www.facebook.com/ NOTE: Enter the email & password and click login button using JavaScript. QUESTION 6 ----------- URL : http://www.adactin.com/HotelApp/ NOTE: Enter the username & password and click login button using JavaScript. QUESTION 7 ----------- URL : https://demoqa.com/registration/ NOTE: Give details and register the form using JavaScript . QUESTION 8 ----------- URL : https://www.flipkart.com/ NOTE: Enter the email & password and click login button using JavaScript.