org.openqa.selenium.internal
Interface TextMatchingStrategy

All Known Implementing Classes:
ExactTextMatchingStrategy, GlobTextMatchingStrategy, RegExTextMatchingStrategy

public interface TextMatchingStrategy


Method Summary
 boolean isAMatch(java.lang.String compareThis, java.lang.String with)
           
 

Method Detail

isAMatch

boolean isAMatch(java.lang.String compareThis,
                 java.lang.String with)


Copyright © 2009. All Rights Reserved.