List of Exceptions may occur in selenium?
Answers were Sorted based on User's Feedback
Answer / deepa
NoSuchElementException, NoSuchWindowException, NoSuchFrameException, NoSuchAttributeException, TimeOutException, WebDriverException, ElementNotVisibleException, ElementNotSelectableException
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / deepa
NoSuchElementException, WebDriverException, ElementNotVisibleException, NoSuchFrameException, NoSuchAttributeException, NoSuchWindowException, TimeOutException
| Is This Answer Correct ? | 4 Yes | 0 No |
https://seleniumhq.github.io/selenium/docs/api/py/common/selenium.common.exceptions.html
| Is This Answer Correct ? | 1 Yes | 0 No |
What is pom (page object model)? What are its advantages?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
How is selenium different from qtp?
Explain the line of code webdriver driver = new firefoxdriver()?
How to perform right click action (context click) in selenium webdriver?
What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
Tell us what are the two modes of views in selenium ide?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
Which are the languages supported by selenium rc?
What are various ways of locating an element in selenium?
Explain xpath.
Tell us how will you use selenium to upload a file?