Which is the odd one out?

Options
- ID
- XPath
- CSS selector
- Pattern matching


CORRECT ANSWER : Pattern matching

Discussion Board
Selenium

Answer: Pattern Matching
Solution: CSS selector: CCS selector is used in selenium for finding the object or element in the page or system.
Xpath: Xpath is used to locating element on web page.
ID: ID is a unique number or value for every element or object of system that is used for searching elements.
Pattern matching: Pattern matching is a technique that is used for searching text value in the page by using some special characters.
Therefore, Patter matching is different from other options.


Rohit Srivastava 07-28-2014 05:36 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement