___________ finds the item ending with the value passed in. This is the equivalent to the XPath ends-with.

Options
- ^=
- $=
- *=
- &=


CORRECT ANSWER : $=

Discussion Board
Selenium

Answer: $=
Solution: ^= Match a prefix
$= Match a suffix
*= Match a substring
Therefore, $= is the correct answer.


Rohit Srivastava 07-28-2014 05:32 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