Tell us what selenium components do you know?



Tell us what selenium components do you know?..

Answer / Alok Ratan Kushwaha

Selenium consists of several components, including:
1. Selenium IDE: A record-and-playback tool for creating and executing tests.
2. WebDriver (Java, C#, Python, Ruby): Browser automation libraries that provide a higher-level API than Selenium Core.
3. Selenium Grid: A distributed testing framework for running tests on various platforms and browsers.
4. WebDriver Wire protocol: A low-level communication protocol used by the WebDriver implementation to communicate with browsers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What is parameterized testing in testng?

1 Answers  


What is assertion in selenium?

1 Answers  


Explain xpath absolute and xpath attributes.

1 Answers  


what are challenges you faced in your last project?

1 Answers  


How to resize browser window using selenium webdriver?

1 Answers  


Parameter list which we can send to @Test annotation

1 Answers   L&T,


How are web-based pop-ups handled in selenium?

1 Answers  


What are the features of testng and list some of the functionality in testng which makes it more effective?

1 Answers  


When to use assert, verify and waitfor in selenium?

1 Answers  


What is a node in selenium grid?

1 Answers  


What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

1 Answers  


How do you verify an object presented in multiple pages?

1 Answers  


Categories