Exit Web Testing With Selenium Pre Test Default Section Question Title * 1. Which component of Selenium is used by the Java code to interact with the Web Page being tested? Selenium IDE Selenium WebDriver Selenium Grid Selenium JUnit Bridge Do Not Know Question Title * 2. How does Selenium connect to a Web Browser? Via a generic Browser API Using a specific Browser executable file By accessing the DOM within the Web Page and bypassing the Browser By adding a simulated keyboard driver to drive the Browser Do not know Question Title * 3. How does the Java code find an element on the Web Page? By Id By Xpath By Name Any of the above Do not know Question Title * 4. Which of the following methods open the Browser to a URL? get() open() setUrl() initialize() Do not know Question Title * 5. Locating an element on the Web Page returns A DOM Object A WebElement Object A Browser Object A Driver Object Do not know Question Title * 6. Which method simulates a User typing in a Web Form? setText() executeKeyEvent() sendKeys() None of the above Do not know Question Title * 7. Attempting to access a missing Element will result in which Exception? NoSuchElementException MissingElementException SeleniumBrowserException SeleniumException Do not know Question Title * 8. A Drop-down element of a Web page is represented in Selenium by? WebElement DropDown Select Option Do not know Question Title * 9. Selenium offers both Implicit and Explicit waits True False Do not know Question Title * 10. Which of the following methods will put focus on a JavaScript Popup window? focus() open() setCurrentWindow() switchTo() Do not know Done