You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATM, Attribute interface has only 2 methods for comparison not() and equalTo(). It should have other methods for String comparison, e.g., contains(), startsWith(), endsWith() and matches() (the last could be used for Regex comparison).