Selenium Pattern Matching using Regular expressions
Selenium Pattern Matching using Regular expressions
Selenium Regular Expression patterns are the most frequenty used and the most useful.
Selenium – Pattern Matching through globs i.e. globbing
Selenium Pattern Matching using globs
Patterns, the magic input typically in querying scenarios. These are the basis on which querying can be made simple and yet powerful. In order to verify text contents of websites, it is equally important to verify these through matching patterns. Read more »
Running a Selenium RC test using C#
Running a Selenium RC test using C#
What is Selenium RC?
- It is a tool that enables us to write automated web application UI tests.
- Typical includes support for languages as given under
- Java
- C#
- Python
- PHP
- Ruby On Rails
- Perl

