Home

Selenium automation MCQ Question with Answer

Selenium automation MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Selenium automation MCQ Question Answer PDF

Question No : 50
Select the variation which finds elements based on the driver's underlying CSS selector engine in Web driver Selenium.

By.cssSelected
By.cssSelection
By.cssSelector
By.Selectcs

Question No : 51
Select the variation which locates elements by the value of the name� attribute in Web driver Selenium

By.name
By.nametag
By.tagname
By.nametags

Question No : 52
Select the tab that shows which command Selenium IDE is currently executing.

Variable
Data
Information
Info

Question No : 53
Which is a faster component between the SeleniumWeb driver and Selenium RC?

Selenium RC
Selenium Web driver

Question No : 54
Select the variation which locates elements by the value of their id� attribute in Web Driver Selenium

By.id
By.idno
By.id_no
By.tag_id

Question No : 55
Select the Get command which fetches the inner text of the element that you specify in Web driver Selenium.

getinnerText()
get_in_Text()
get_inner_Text()
getText()

Question No : 56
Which Navigate command takes you forward by one page on the browser's history in Web driver Selenium.

navigate.forward()
navigate().forward()
navigate()_forward()
navigate_forword()