cancel
Showing results for 
Search instead for 
Did you mean: 

Match Type

PradeepSahoo
Staff
Staff
How can we use the match type Reg ex.Can some one give an example. Also like to know how are we going to use wild card "?" . i am tying to use it in this way Name-Match-Match Type-Value ID-checked-*Wildcard-/app/con[0]/ses[0]/wnd[?]/usr/ctxtRF02D-KUNNR but getting issue.
2 REPLIES 2

Denis__Dennehy
Level 15
I think what you are trying to do is not possible for the attribute you are trying to do it with... Wildcards and Regular expressions are not valid for a handful exact identifiers or paths. So in HTML mode you can only use an exact equals match for the ID and HTML Path fields. For SAP mode you can only use exact equals match for the two attribute fields that are available for that interface. The reason is because where an ID or Path is used it is an fast exact route to find the element rather than a search through the application model.

Thank you