QUESTION 4: When do you get the ElementClickInterceptedException in Selenium? Show Answer Selenium Junior
QUESTION 5: How do you retrieve a height of a specified element using Selenium? Show Answer Selenium Junior
QUESTION 6: How do you retrieve a text content of a specified element using Selenium? Show Answer Selenium Junior
QUESTION 7: Using Selenium, how can you find out if a specific element is focused? Show Answer Selenium Junior
QUESTION 8: Using Selenium, how can you find out if a specific element is enabled? Show Answer Selenium Junior
QUESTION 9: Using Selenium, how can you find out if a specific element is displayed? Show Answer Selenium Junior
QUESTION 10: What is a test automation framework in relation to Selenium? Show Answer Selenium Junior
QUESTION 12: How do you append a query string parameter to URL of each request the Selenium WebDriver controlled browser sends? Show Answer Selenium Junior
QUESTION 13: Can you write a code snippet tat opens a browser, navigates to a page and closes a browser using Selenium WebDriver? Show Answer Selenium Junior
QUESTION 15: How do you log all requests that were sent by Selenium WebDriver together with information how long it took to process the request? Show Answer Selenium Junior
QUESTION 17: Using Selenium, how do you get a list of all windows or tabs that are opened in a browser? Show Answer Selenium Junior
QUESTION 18: What exceptions did you see raised by Selenium while you were using it? Show Answer Selenium Junior
QUESTION 21: When creating and configuring WebDriver, what details do you need to provide? Show Answer Selenium Junior
QUESTION 32: Is there a way to type in text into a textbox without using sendkeys()? Show Answer Selenium Junior
QUESTION 34: Using Selenium, how do you click a menu item of a context menu that appears only when mouse is hovered over the triggering element? Show Answer Selenium Junior
QUESTION 36: Using Selenium, how do you verify that a page title matches the expected value? Show Answer Selenium Junior
QUESTION 40: What is a difference between driver.close() and driver.quit() in Selenium? Show Answer Selenium Junior
QUESTION 47: What is Object Repository? How can we create Object Repository in Selenium? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 48: What is the difference between Selenium and QTP? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 49: How to capture a screenshot using Selenium WebDriver? Show Answer Quality Assurance (QA)Selenium Mid-level
QUESTION 50: Can Selenium handle windows based pop up? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 51: Using Selenium, when do we use findElement(...) and findElements(...)? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 52: How to type text into a textbox using Selenium? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 53: How do I launch the browser using Selenium WebDriver? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 55: What are the different types of locators in Selenium? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 57: What is the difference between Selenium IDE, Selenium RC, and WebDriver? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 59: What are the testing types that can be automated using Selenium? Show Answer Quality Assurance (QA)Selenium Junior
QUESTION 61: Why should Selenium be selected as a test tool? Show Answer Quality Assurance (QA)Selenium Senior