JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Test Automation Tools interview questions
Test Automation Tools interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. WebDriver, which command can be used to enter values onto text boxes? Select the best
A. selenium.type()
B. driver.type("text")
C. sendKeys()
D. sendKeys("text")
Show Correct Answer
Correct Answer is :
sendKeys("text")
2. Selenium IDE is supported by which browser?
A. Internet Explorer
B. Mozilla Firefox
C. Google Chrome
D. Safari
Show Correct Answer
Correct Answer is :
Mozilla Firefox
3. Which WebDriver method is used to change focus to an alert, a frame or a browser window?
A. changeFocus()
B. setFocus()
C. switchTo()
D. changeTo()
Show Correct Answer
Correct Answer is :
switchTo()
4. In webdriver, what is the method that counts the number of elements?
A. driver.getCountOfElements()
B. driver.findElement(By.id("search")).getCount()
C. driver.findElements(By.id("search")).size()
D. driver.findElements(By.id("search")).length()
Show Correct Answer
Correct Answer is :
driver.findElements(By.id("search")).size()
5. In webdriver, which command takes you forward by one page on the browser’s history?
A. navigate.forward()
B. Navigate.forward()
C. navigate().forward()
D. Navigate.forward
Show Correct Answer
Correct Answer is :
navigate().forward()
Similar Interview Questions
Search for latest jobs
Find Jobs