Thanks alot Po,
Like I said I do a similar thing in java except I record all of the
attributes and automatically rank them in order of importance.
Similarly I try to use it's position in the dom as well, it looks
like you are doing a similar thing with parents etc. I will try to
look over it more in the weekend.
Thanks again,
James
On Feb 17, 7:25 am, Po Hu <
p...@google.com> wrote:
> By fuzzy matching, we meant a scoring algorithm which scores every
> candidate element based on how it matches the attributes that were
> recorded. Users could specify the importance of an attribute to
> influence the score. In the end, whichever element gets the top score
> succeeds. The code is inhttp://
code.google.com/p/bite-project/source/browse/common/extension/...