0 votes
in Selenium by (909 points)
What is regular expressions? How you can use regular expressions in Selenium ?

1 Answer

0 votes
by (13.1k points)

A regular expression is a special text string used for describing a search pattern. In Selenium IDE regular expression can be used with the keyword- regexp: as a prefix to the value and patterns needs to be included for the expected values.

Related questions

...