SELENIUM --------- DAY6 ---- Robot class contextClick doubleClick QUESTIONS(Theory) ------------------- 1.How will you Perform rightClick? 2.How will you perform doubleClick? 3.Write a code for Robot class? 4.In which package Robot class is available? 5.what exception Robot class throws? 6.What is the method to perform rightClick? 7.What is the method to perform doubleClick? 8.Write a code to copy a text using Robot class? 9.Write a code to paste a text using Robot class? 10.In which class contextClick() is available? 11.In which class doubleClick() is available? QUESTIONS(Practical) -------------------- QUESTION 1 ---------- URL : https://www.facebook.com/ NOTE: Type email in email textbox and cut and paste in password text using robot class QUESTION 2 ---------- URL : https://www.google.co.in/webhp NOTE: In google and click google apps(::) and click gmail app. QUESTION 3 ---------- URL : http://www.greenstechnologys.com/ NOTE: Select first paragraph using double click then right click and select print using Robot class QUESTION 4 ---------- URL : http://greenstech.in/selenium-course-content.html NOTE: click cts interview question and print the first line. QUESTION 5 ---------- URL : http://greenstech.in/selenium-course-content.html NOTE: Double click core java material and click the x button on newly open box QUESTION 6 ----------- URL : http://greenstech.in/selenium-course-content.html NOTE: Just rightClick the page and click save as. QUESTION 7 ---------- URL : http://greenstech.in/selenium-course-content.html NOTE: Select all the content below in wrapper class and then rightClick and select search for google. QUESTION 8 ---------- URL : http://greenstech.in/selenium-course-content.html NOTE: Click download links here and just select selenium link and print it. QUESTION 9 ---------- URL : https://www.flipkart.com/ NOTE: Click login/signup Type a name in email textbox and cut and click continue and paste in password text using robot class QUESTION 10 ------------ URL : https://www.amazon.in/ NOTE: Click login/signup and type a name in email textbox cut and click continue and paste in password text using action class click methods QUESTION 11 ----------- URL : https://www.snapdeal.com/offers/quirky NOTE: Select any item and then right click and press open in a new window QUESTION 12 ----------- URL : https://www.flipkart.com/ NOTE: Select any item and then right click and press open in a new window