You are on page 1of 2

# Question

1 Explain Selenium Architecture.


2 How to switch to specific window from another?
3 What are the common exceptions you faced in Selenium and how did you overcome?
4 What you do when click function not working in Selenium script?
5 How to validate broken links in WebDriver?
6 How to take screenshot of page / element / full page?
7 Explain Find Element vs Find Elements with return type on success / failures?
8 How to perform right click on a element using WebDriver?
9 What are the different types of wait and when use what wait types?
10 How to upload a file using Selenium?
11 How to handle dynamic table and associate functions like click on a cell?
12 How will you handle SSL Certificate on a Webdriver Opened Chrome browser?
13 How to handle drop downs that are not with select tag?
14 How to run tests in background mode / headless in Selenium?
15 How do you handle basic authentication using Selenium WebDriver?
16 How to run multiple browsers against multiple OS in Selenium Project?
17 What are the new features that you have used in your recent Selenium version?
18 How do you manage session not created exception in Selenium?
19 How to manage your chrome browser notifications? Difference between Alert & Notification?
20 How to handle alert that appear at random place in your application in test automation?
21 How will you code for a specific OS or browser or a version in your script?
22 CSS vs Xpath. Which is preferred and why?
23 How do you deal with elements inside Shadow DOM?
24 How will you scroll right to an element with in a table?
25 Given a scenario, ask to write xpath for a given element.
Tag Response Keyword(s)
Architecture Design Pattern
Window Handle Collection
Exception Handling Exceptions
Mouse Click Debugging
Broken Link API Response
Screenshot DevTools
Find Element Waits and List
Context Click Actions
Waits Synchronization
File Upload SetFileDetector
Web Table Xpath
SSL Certificate ChromeOptions
Select Extended Select
Headless Capabilities
Window Auth DevTools
Distributed Testing Grid
WebDriver 4.x W3C, DevTools, New Locators, GraphQL
Drivers WebDriverManager
Notifications Capabilities
Alert UnhandledPromptBehavior
Platform Actual Capabilities
Locators Traversal, Speed
Shadow DOM Javascript Executor
Scroll Javascript Executor, Keys
Xpath Axes vs Relative Xpath

You might also like