Login
Remember
Register
Ask a Question
Recent questions in Selenium
0
votes
1
answer
Which of the following is the correct Webdriver statement to retrieve the row count of a Table?
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-webcount
0
votes
1
answer
Implicit wait time is applied to all elements in your script and Explicit wait time is applied only for particular specified element. a) True b) False
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
0
votes
1
answer
Identify the correct code snippet to double click an element using selenium from the following:
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-element
0
votes
1
answer
Identify the Invalid Xpath for Submit button
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
0
votes
1
answer
To run a test on Firefox browser, you must have which of the following?
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-firefox
0
votes
1
answer
Which command to be used to get the text from Alert message popup
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
0
votes
1
answer
The following codes both print the same value
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-code
0
votes
1
answer
How to switch between windows a).switchto().window(Integer) b).switchto().window(string) c).switchto().window(Array) d) .switchto().window(array list)
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Which of the following will terminate the test when the check fails a) Verify b) Assert
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Consider the following html snippet
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-html
0
votes
1
answer
Which of the following is used to toggle a checkbox in a web form?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Select the Get command which fetches the inner text of the element that you specify in Web driver Selenium.
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-get-commands
0
votes
1
answer
Select the variation which locates elements by the value of the “name” attribute in Web driver Selenium
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-web-driver
0
votes
1
answer
Which of the following is the correct option to close all the opened browser sessions at one step?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Which command should be used to ensure Selenium applies wait time for all UI elements in the script?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
In WebDriver, which command can be used to enter values onto text boxes? Select the best answer.
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium-for-load-testing
0
votes
1
answer
Which of the following Selenium API enables running Selenium 1.0 tests in web driver?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Consider the following code snippet WebDriverWait wait = new WebDriverWait(driver, 30); wait.until(ExpectedConditions.presenceOfElementLocated(by));
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
In webdriver, which command takes you forward by one page on the browser’s history?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
In webdriver, which of the following commands retrieves the text of html element?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Identify Incorrect URL for Console grid
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-console-grid
0
votes
1
answer
Identify the valid command to handle pop ups in chrome browser
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-pop-commands
0
votes
1
answer
In webdriver, selectAllOptions() is a valid command. a) True b) False
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
In webdriver, which of the following is a valid select statement that selects a value from a dropdown element?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
Which of the following is the correct ‘Webdriver’ command to “delete all cookies in the browser”?
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
3. In webdriver, which methods navigates to a URL? a) goToUrl("url") b) navigate.to("url") c) getUrl("url") d) get("url")
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
2. __________ is an Advantage of Selenium WebDriver? a) Supports Web based Applications only b) No built-in Result Reporting facility c) Open Source d) No IDE
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
1
answer
1. Selenium doesn't support __________ to write programs (Test Scripts) a) Java b) Perl c) VBScript d) Python
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
#selenium
0
votes
0
answers
In CrossBrowser to run prallel Tesing we need triger “.java” file
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-prallel-testing
0
votes
0
answers
What are the types of Page Object Model
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
#selenium-page-object-model
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
18
next »
Recent questions in Selenium
...