Podcast
Questions and Answers
Which control is used for DateTime selection in HTML5?
Which control is used for DateTime selection in HTML5?
- DateTimePicker (correct)
- TimePicker
- DatePicker
- Calendar
How many input boxes are there in the DateTime Picker control?
How many input boxes are there in the DateTime Picker control?
- Four
- Two
- Three
- One (correct)
What is the URL to access the page with the DateTime Picker control?
What is the URL to access the page with the DateTime Picker control?
- http://demo.guru99.com/calendar/
- http://demo.guru99.com/test/ (correct)
- http://demo.guru99.com/dateTimePicker/
- http://demo.guru99.com/datePicker/
How should the date be filled in the input box if the date is '09/25/2013'?
How should the date be filled in the input box if the date is '09/25/2013'?
How can the focus be shifted from date to time in the DateTime Picker control?
How can the focus be shifted from date to time in the DateTime Picker control?
What is the code for the DateTimePicker class in Selenium?
What is the code for the DateTimePicker class in Selenium?
Which driver is used in the provided code snippet?
Which driver is used in the provided code snippet?
What is the purpose of the 'Keys' class in the provided code snippet?
What is the purpose of the 'Keys' class in the provided code snippet?
What is the name of the test method in the provided code snippet?
What is the name of the test method in the provided code snippet?
What is the purpose of the 'System.setProperty' method in the provided code snippet?
What is the purpose of the 'System.setProperty' method in the provided code snippet?
Which method is used to set an implicit wait time in Selenium WebDriver?
Which method is used to set an implicit wait time in Selenium WebDriver?
What is the purpose of the code 'dateBox.sendKeys(Keys.TAB)' in the given example?
What is the purpose of the code 'dateBox.sendKeys(Keys.TAB)' in the given example?
What is the purpose of the code 'dateBox.sendKeys("0245PM")' in the given example?
What is the purpose of the code 'dateBox.sendKeys("0245PM")' in the given example?
What is the purpose of the code 'driver.manage().window().maximize()' in the given example?
What is the purpose of the code 'driver.manage().window().maximize()' in the given example?
What is the purpose of the code 'selectDate.click()' in the given example?
What is the purpose of the code 'selectDate.click()' in the given example?
What is the purpose of the code 'nextLink.click()' in the given example?
What is the purpose of the code 'nextLink.click()' in the given example?
What is the purpose of the code 'midLink.click()' in the given example?
What is the purpose of the code 'midLink.click()' in the given example?
What is the purpose of the code 'previousLink.click()' in the given example?
What is the purpose of the code 'previousLink.click()' in the given example?
What is the purpose of the code 'yearDiff.=0' in the given example?
What is the purpose of the code 'yearDiff.=0' in the given example?
What is the purpose of the code 'if(yearDiff>0){...}' in the given example?
What is the purpose of the code 'if(yearDiff>0){...}' in the given example?
Flashcards are hidden until you start studying