Showing posts with label Globbing Patterns. Show all posts
Showing posts with label Globbing Patterns. Show all posts

Globbing Patterns - selenium Matching Text Patterns

Globbing Patterns is the one of the matching text patterns in selenium. You can describe expected text pattern with command's target column and can use it with verify and assert commands. We can use globbing pattern when expected text string is dynamic and can use with commands like verifyTitle, assertText, verifyTextPresent, assertTextPresent etc.

When you are getting dynamic text every time when you reload page or taking some action in that case