Interview Questions

Selenium WebDriver and Selenium IDE - What globbing functionality is NOT supported by SIDE?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - What globbing functionality is NOT supported by SIDE?

Globbing supports * or ?, so other patterns are not supported by globbing. We need to use Regular Expressions for that.

(Continued on next question...)

Other Interview Questions