Interview Questions

What are three ways of specifying an uppercase or lowercase M in a Selenese pattern?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

What are three ways of specifying an uppercase or lowercase M in a Selenese pattern?

We can use globbing, regular expression, and exact.
Uppercase: [A-Z]
Lowercase: [a-z]

(Continued on next question...)

Other Interview Questions